| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange source to match project structure (done using the script in src/too... |  Vas Crabb | 8 days | 1 | -788/+0 |
* | - diverboy.cpp, exzisus.cpp: finders, other minor cleanups |  Ivan Vangelista | 2022-03-28 | 1 | -13/+1 |
* | init vars for coverity (drivers/b) |  Robbbert | 2022-03-25 | 1 | -2/+2 |
* | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 1 | -1/+1 |
* | Miscellaneous formatting adjustments |  Vas Crabb | 2021-03-31 | 1 | -13/+17 |
* | Refactoring and bug fixes for bbusters and mechatt: (#7902) |  David Haywood | 2021-03-31 | 1 | -593/+260 |
* | Fix memory regions on YM2608 games. |  Aaron Giles | 2021-03-19 | 1 | -4/+4 |
* | Corrected some ymsnd regions that had been overlooked. |  Robbbert | 2021-02-28 | 1 | -4/+4 |
* | New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) |  Aaron Giles | 2021-02-27 | 1 | -12/+12 |
* | drivers starting with a and b: finished removing READ/WRITE macros (nw) |  Ivan Vangelista | 2020-06-05 | 1 | -7/+7 |
* | srcclean (nw) |  Vas Crabb | 2019-06-23 | 1 | -9/+9 |
* | bbusters: Update gun handling, fixes MT07333 |  Dirk Best | 2019-05-28 | 1 | -56/+32 |
* | bbusters: That's not a parallel EEPROM type (nw) |  AJR | 2019-05-24 | 1 | -1/+1 |
* | bbusters.cpp: added coin counters (nw) |  Ivan Vangelista | 2019-05-24 | 1 | -7/+15 |
* | gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) |  cam900 | 2019-03-29 | 1 | -1/+1 |
* | -devices/sound/2608intf, 2610intf: Removed MCFG macros, nw |  mooglyguy | 2018-12-29 | 1 | -30/+30 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -6/+4 |
* | misc cleanup (nw) |  Vas Crabb | 2018-12-27 | 1 | -12/+12 |
* | gen_latch: removed MCFG macros (nw) |  Ivan Vangelista | 2018-11-15 | 1 | -4/+4 |
* | Beast Busters - remove imperfect sound |  bmcphail | 2018-09-05 | 1 | -5/+5 |
* | Beast Busters - fix sprite priority |  bmcphail | 2018-09-04 | 1 | -13/+5 |
* | -nvram: Removed MCFG, nw |  mooglyguy | 2018-08-24 | 1 | -1/+1 |
* | bbusters.cpp Update/Cleanups (#3666) |  cam900 | 2018-07-13 | 1 | -214/+188 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -8/+8 |
* | Remove emupal.h from emu.h (nw) |  AJR | 2018-06-13 | 1 | -0/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -16/+16 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+1 |
* | Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... |  Vas Crabb | 2018-05-16 | 1 | -2/+2 |
* | - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... |  MooglyGuy | 2018-05-16 | 1 | -2/+2 |
* | More cleanup/streamlining of machine configuration and macros: |  Vas Crabb | 2018-05-15 | 1 | -4/+4 |
* | Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... |  MooglyGuy | 2018-05-13 | 1 | -10/+10 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -2/+4 |
* | (nw) misc follow-up |  Vas Crabb | 2018-05-06 | 1 | -3/+3 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -17/+17 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -60/+65 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -5/+5 |
* | memory: Deambiguate handlers, also a hint of things to come (nw) |  Olivier Galibert | 2018-01-19 | 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 |
* | Do the easy ones (nw) |  Olivier Galibert | 2018-01-01 | 1 | -2/+2 |
* | bbusters.cpp: swap 3 player & 2 player Japanese sets as 3 player versions are... |  briantro | 2017-11-12 | 1 | -6/+6 |
* | bbusters.cpp: Correct hash values for new set (nw) |  briantro | 2017-09-16 | 1 | -3/+3 |
* | bbusters.cpp: Ok, Japanese sets are 2 player and new 3 player, so change desc... |  briantro | 2017-09-16 | 1 | -5/+5 |
* | new working clone - Beast Busters (Japan, Version 2, J3) |  briantro | 2017-09-15 | 1 | -12/+60 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -11/+11 |
* | Convert screen_device VBLANK callback to devcb_write_line |  AJR | 2017-03-10 | 1 | -8/+3 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+5 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | second-to-last gen_latch.cpp update (nw) |  Ivan Vangelista | 2016-06-09 | 1 | -2/+6 |
* | new clones |  David Haywood | 2016-04-05 | 1 | -5/+50 |
* | make output be part of driver_device (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -5/+5 |