summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/cony.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-10/+9
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-10/+7
* Various NES and friends cleanups. (#9312) 0kmg2022-02-211-12/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* srcclean in preparation for 0.240 Vas Crabb2022-01-231-4/+4
* bus/nes: Rewrote CONY/YOKO boards. (#9143) 0kmg2022-01-141-241/+134
* bus/nes: start updating mapper # comments (#8230) 0kmg2021-06-271-3/+4
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+6
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-6/+6
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-3/+1
* 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-17/+17
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* reverting: Miodrag Milanovic2016-01-201-3/+3
* 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-3/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-6/+6
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-6/+12
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+397