| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -16/+17 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -30/+24 |
| * | bus/nes: Various minor cleanups. (#9641) |  0kmg | 2022-05-13 | 1 | -11/+4 |
| * | bus/nes: Added support for KL-06 and 831128C boards. (#9552) |  0kmg | 2022-04-13 | 1 | -5/+11 |
| * | bus/nes: Updated all Konami VRC boards. (#9217) |  0kmg | 2022-01-27 | 1 | -191/+137 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -2/+2 |
| * | bus/nes: Fixed off-by-one error in VRC4/6/7 IRQ counter. (#8741) |  0kmg | 2021-10-23 | 1 | -3/+3 |
| * | bus/nes: Continued work on VRC4 and clone boards. (#8713) |  0kmg | 2021-10-17 | 1 | -59/+43 |
| * | bus/nes: VRC2 only supports two mirroring modes. (#8714) |  0kmg | 2021-10-17 | 1 | -7/+1 |
| * | bus/nes: Added a couple bootleg games using VRC2 clone hardware. (#8699) |  0kmg | 2021-10-14 | 1 | -1/+6 |
| * | bus/nes: Corrected VRC4/6/7 IRQ pseudo-scanline counter. (#8695) |  0kmg | 2021-10-14 | 1 | -20/+18 |
| * | bus/nes: Improved support for various VRC clone boards. (#8687) |  0kmg | 2021-10-11 | 1 | -3/+3 |
| * | New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... |  Aaron Giles | 2021-04-02 | 1 | -3/+3 |
| * | vrc6.cpp : Updates (#4819) |  cam900 | 2019-03-29 | 1 | -3/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -27/+23 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -23/+27 |
| * | bus/nes/konami.cpp : Fix sound clock, volume for VRC7 |  cam900 | 2019-03-20 | 1 | -6/+4 |
| * | bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) |  AJR | 2019-02-25 | 1 | -12/+12 |
| * | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -10/+8 |
| * | Remove unnecessary address_space arguments on FM sound chips read/write handlers |  cam900 | 2019-01-31 | 1 | -2/+2 |
| * | nes_slot.cpp: Privatize m_maincpu member (nw) |  AJR | 2018-05-13 | 1 | -12/+11 |
| * | nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) |  AJR | 2018-05-13 | 1 | -3/+3 |
| * | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -2/+2 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -2/+2 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -2/+2 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -2/+2 |
| * | device_add_mconfig up to devices/bus/o* (nw) |  Ivan Vangelista | 2017-06-12 | 1 | -22/+7 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -20/+18 |
| * | nes: Add Subor Type 2 board. (nw) |  kazblox | 2017-03-21 | 1 | -4/+6 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -6/+8 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -14/+14 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -7/+7 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -7/+7 |
| * | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 1 | -8/+8 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+787 |