summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/namcot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-17/+16
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-12/+9
* bus/nes: Various minor cleanups. (#9641) 0kmg2022-05-131-6/+0
* nes: Various minor fixes, more cleanups with bit functions. (#9488) 0kmg2022-04-021-2/+2
* bus/nes: Removed useless open bus comments. (#9471) 0kmg2022-03-271-2/+2
* bus/nes: Simplifications using bit utility functions. (#9444) 0kmg2022-03-231-5/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* bus/nes: Removed bogus mirroring and banking bits from NAMCOT 3446. (#8768) 0kmg2021-10-281-14/+5
* bus/nes: Simplified Zemina board + some minor comment clean ups. 0kmg2021-09-121-1/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-2/+4
* Changing a few double constants to explicitly be float, appease MSVC npwoods2019-06-161-4/+4
* Implement Namcot 163 expansion sound volume difference related to iNES format cam9002019-04-021-0/+18
* Add Namco 163 sound emulation (#4814) cam9002019-03-291-11/+22
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+22
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-22/+22
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-22/+22
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-7/+5
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-131-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-24/+24
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-8/+8
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-8/+8
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-16/+16
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+688