summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/kaiser.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-36/+38
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-20/+14
* bus/nes: Minor cleanups and simplifications for several Kaiser boards. (#9523) 0kmg2022-04-061-89/+59
* bus/nes: Remove redundant start and reset device overrides. (#9516) 0kmg2022-04-051-27/+0
* bus/nes: Removed useless open bus comments. (#9471) 0kmg2022-03-271-1/+1
* bus/nes: Simplifications using bit utility functions. (#9444) 0kmg2022-03-231-15/+18
* Various NES and friends cleanups. (#9312) 0kmg2022-02-211-11/+10
* bus/nes: Updated all Konami VRC boards. (#9217) 0kmg2022-01-271-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* bus/nes: Improved IRQ emulation for Kaiser KS202 and KS7032. 0kmg2021-09-071-51/+66
* bus/nes: Added support for a Highway Star bootleg. 0kmg2021-08-241-1/+1
* bus/nes: Added support for a Kaiser 4-in-1 cart. (#8390) 0kmg2021-08-051-0/+36
* bus/nes: Explicitly clear IRQs in almanfds games. 0kmg2021-07-211-4/+3
* -bus/nes: Support full 12-bit mapper numbers in NES 2.0 loader. (#8281) 0kmg2021-07-191-3/+1
* bus/nes: Added emulation for two more Kaiser bootlegs, fixed a third. (#8277) 0kmg2021-07-131-55/+131
* bus/nes: Fixed Kaiser Metroid, promoted games to working. (#8204) 0kmg2021-07-091-12/+10
* bus/nes: add support for 2 more FDS conversions (#8238) 0kmg2021-06-301-10/+152
* bus/nes: add support for Gyruss FDS conversion (#8234) 0kmg2021-06-291-3/+73
* bus/nes: start updating mapper # comments (#8230) 0kmg2021-06-271-19/+20
* (nw) Clean up the mess on master Vas Crabb2019-03-261-24/+24
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-24/+24
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-24/+24
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-4/+2
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-131-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-26/+26
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-19/+18
* checkpoint. nw. etabeta782016-06-271-2/+157
* reverting: Miodrag Milanovic2016-01-201-9/+9
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-9/+9
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+588