| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange source to match project structure (done using the script in src/too... |  Vas Crabb | 2022-06-27 | 1 | -495/+0 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
* | ajax.cpp, parodius.cpp: finders and other minor cleanups |  Ivan Vangelista | 2022-04-07 | 1 | -88/+214 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 1 | -1/+1 |
* | New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) |  Aaron Giles | 2021-02-27 | 1 | -1/+1 |
* | drivers starting with p and q: removed read* and write* macros (nw) |  Ivan Vangelista | 2020-06-13 | 1 | -4/+4 |
* | various drivers: READ/WRITE macros removal (nw) |  Ivan Vangelista | 2020-05-15 | 1 | -1/+1 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+2 |
* | (nw) misc cleanup: |  Vas Crabb | 2019-09-20 | 1 | -1/+1 |
* | k052109: Use callback to generate IRQ for most drivers (nw) |  AJR | 2019-08-30 | 1 | -7/+2 |
* | 68000: Rework interrupt handling [O. Galibert] |  Olivier Galibert | 2019-04-05 | 1 | -1/+1 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -3/+1 |
* | -mb88xx, m6809, konami: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-15 | 1 | -24/+23 |
* | src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) |  Ivan Vangelista | 2018-11-21 | 1 | -8/+7 |
* | ym2151: removed MCFG macros (nw) |  Ivan Vangelista | 2018-11-18 | 1 | -3/+1 |
* | watchdog: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-07 | 1 | -1/+1 |
* | -bankdev: Remove MCFG, nw |  mooglyguy | 2018-08-15 | 1 | -13/+2 |
* | 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 | -4/+4 |
* | Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... |  MooglyGuy | 2018-05-13 | 1 | -4/+4 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+2 |
* | (nw) misc follow-up |  Vas Crabb | 2018-05-06 | 1 | -1/+1 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -6/+6 |
* | remove safe_pc() and safe_pcbase() (nw) |  smf- | 2018-04-13 | 1 | -1/+1 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -37/+41 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -4/+4 |
* | API change: Memory maps are now "last entry wins" [O. Galibert] |  Olivier Galibert | 2018-01-31 | 1 | -2/+2 |
* | memory: Deambiguate handlers, also a hint of things to come (nw) |  Olivier Galibert | 2018-01-19 | 1 | -1/+1 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | Do the easy ones (nw) |  Olivier Galibert | 2018-01-01 | 1 | -2/+2 |
* | Pet peeving with extreme prejudice (nw) |  Olivier Galibert | 2017-11-30 | 1 | -4/+4 |
* | Merge pull request #2507 from jackrjli/parodius |  R. Belmont | 2017-07-22 | 1 | -1/+1 |
|\ |
|
| * | Fixed default dipswitch settings for Parodius |  Jack Li | 2017-05-06 | 1 | -1/+1 |
* | | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -5/+5 |
|/ |
|
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+6 |
* | cleanup of TRUE/FALSE in mame section (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | Change back k053260 changes partially, nw |  therealmogminer@gmail.com | 2016-08-18 | 1 | -5/+0 |
* | Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... |  therealmogminer@gmail.com | 2016-08-18 | 1 | -0/+4 |
* | ym2151: Isolate, objectify, integrate [O. Galibert] |  Olivier Galibert | 2016-06-29 | 1 | -1/+1 |
* | Make watchdog timer a separate device |  AJR | 2016-04-30 | 1 | -2/+4 |
* | modernized bookkeeping manager (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -2/+2 |