summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/bootleg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-70/+69
* nintendo/nes_arcade_bl.cpp: Added emulation for NES side of hardware. (#10548) 0kmg2022-11-201-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-94/+64
* bus/nes: Various minor cleanups. (#9641) 0kmg2022-05-131-20/+1
* bus/nes: Minor fixes and simplifications for several bootlegs. (#9618) 0kmg2022-04-241-63/+55
* bus/nes: Minor cleanups for some MMC3 boards. (#9579) 0kmg2022-04-171-1/+0
* bus/nes: Remove redundant start and reset device overrides. (#9516) 0kmg2022-04-051-16/+0
* nes: Various minor fixes, more cleanups with bit functions. (#9488) 0kmg2022-04-021-1/+1
* bus/nes: Simplifications using bit utility functions. (#9444) 0kmg2022-03-231-9/+9
* bus/nes: Improved support for some Waixing pirate Chinese translations. (#9358) 0kmg2022-03-201-1/+2
* bus/nes: Properly acknowledge IRQ for UNL-SC-127 board. (#9362) 0kmg2022-03-021-1/+2
* Various NES and friends cleanups. (#9312) 0kmg2022-02-211-5/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-10/+10
* bus/nes: Mario Baby IRQ cleanup, avoid deprecated hold_irq_line(). (#8878) 0kmg2021-12-021-19/+19
* bus/nes: More VRC clone improvements: (#8690) 0kmg2021-10-131-101/+0
* bus/nes: Improved support for various VRC clone boards. (#8687) 0kmg2021-10-111-113/+0
* bus/nes: Added support for a bootleg Sangokushi II cartridge. (#8615) 0kmg2021-09-261-1/+82
* bus/nes: Several small separate fixes. (#8580) 0kmg2021-09-211-1/+1
* bus/nes: Added support for a 4 in 1 multicart. (#8549) 0kmg2021-09-071-3/+76
* bus/nes: Added support for a Highway Star bootleg. 0kmg2021-08-241-5/+57
* bus/nes: Updates for three SMB2FDS bootleg board types. 0kmg2021-08-181-96/+87
* bus/nes: Added support for a Contra bootleg. (#8326) 0kmg2021-08-101-0/+54
* bus/nes: Added support for YUNG-08 SMB2 FDS conversions. (#8366) 0kmg2021-07-291-2/+101
* bus/nes: Fixed non-working Whirlwind LE10 SMB2 FDS conversion. (#8361) 0kmg2021-07-271-12/+66
* bus/nes: Added support for a Moero TwinBee FDS conversion. (#8334) 0kmg2021-07-251-0/+57
* bus/nes: Improved emulation of smb3h SMB3 bootleg. (#8308) 0kmg2021-07-221-39/+26
* bus/nes: Added support for a Batman bootleg. (#8316) 0kmg2021-07-201-1/+75
* bus/nes: Added support for another Ai Senshi Nicol bootleg. 0kmg2021-07-191-6/+55
* -bus/nes: Added support for two more FDS bootlegs, fixed another. (#8247) 0kmg2021-07-091-9/+162
* bus/nes: Improved iNES mapper 108 support. (#8220) 0kmg2021-07-091-92/+84
* bus/nes: start updating mapper # comments (#8230) 0kmg2021-06-271-31/+33
* (nw) Clean up the mess on master Vas Crabb2019-03-261-49/+49
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-49/+49
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-49/+49
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-11/+10
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-131-7/+7
* Remove first_screen(), nw Ryan Holtz2018-03-111-2/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-59/+59
* Self-registering devices prep: Vas Crabb2017-02-271-21/+22
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-14/+13
* checkpoint. nw. etabeta782016-06-271-7/+57
* reverting: Miodrag Milanovic2016-01-201-20/+20
* tags are now strings (nw) Miodrag Milanovic2016-01-161-20/+20
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-32/+32
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1635