summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/konami.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-16/+17
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-30/+24
* bus/nes: Various minor cleanups. (#9641) 0kmg2022-05-131-11/+4
* bus/nes: Added support for KL-06 and 831128C boards. (#9552) 0kmg2022-04-131-5/+11
* bus/nes: Updated all Konami VRC boards. (#9217) 0kmg2022-01-271-191/+137
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* bus/nes: Fixed off-by-one error in VRC4/6/7 IRQ counter. (#8741) 0kmg2021-10-231-3/+3
* bus/nes: Continued work on VRC4 and clone boards. (#8713) 0kmg2021-10-171-59/+43
* bus/nes: VRC2 only supports two mirroring modes. (#8714) 0kmg2021-10-171-7/+1
* bus/nes: Added a couple bootleg games using VRC2 clone hardware. (#8699) 0kmg2021-10-141-1/+6
* bus/nes: Corrected VRC4/6/7 IRQ pseudo-scanline counter. (#8695) 0kmg2021-10-141-20/+18
* bus/nes: Improved support for various VRC clone boards. (#8687) 0kmg2021-10-111-3/+3
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-3/+3
* vrc6.cpp : Updates (#4819) cam9002019-03-291-3/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+23
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-23/+27
* bus/nes/konami.cpp : Fix sound clock, volume for VRC7 cam9002019-03-201-6/+4
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-12/+12
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-10/+8
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-12/+11
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-121-22/+7
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-20/+18
* nes: Add Subor Type 2 board. (nw) kazblox2017-03-211-4/+6
* Self-registering devices prep: Vas Crabb2017-02-271-6/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* reverting: Miodrag Milanovic2016-01-201-7/+7
* 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-7/+7
* 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/+787