| 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 | -472/+0 |
* | drivers starting with p and q: removed read* and write* macros (nw) |  Ivan Vangelista | 2020-06-13 | 1 | -3/+3 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -4/+4 |
* | PORT_CUSTOM simplification (nw) |  AJR | 2019-09-14 | 1 | -2/+2 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -29/+25 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -25/+29 |
* | pirates.cpp: Correct ROM labels for Genix Family [f205v] |  braintro | 2019-03-11 | 1 | -17/+13 |
* | (nw) sorry, take 2 |  Ivan Vangelista | 2019-02-25 | 1 | -14/+14 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -6/+3 |
* | ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... |  mooglyguy | 2018-08-23 | 1 | -1/+1 |
* | Removed nearly all custom MCFG macros from eepromser, migrated more of police... |  mooglyguy | 2018-06-07 | 1 | -1/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -4/+4 |
* | More cleanup/streamlining of machine configuration and macros: |  Vas Crabb | 2018-05-15 | 1 | -2/+2 |
* | Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... |  MooglyGuy | 2018-05-13 | 1 | -5/+5 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
* | (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... |  Vas Crabb | 2018-05-07 | 1 | -1/+1 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -3/+3 |
* | remove safe_pc() and safe_pcbase() (nw) |  smf- | 2018-04-13 | 1 | -1/+1 |
* | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 1 | -2/+2 |
* | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 1 | -11/+11 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -15/+16 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -1/+1 |
* | 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 |
* | Ch-ch-ch-ch-ch-checkpoint... (nw) |  Olivier Galibert | 2018-01-04 | 1 | -1/+1 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -16/+16 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -16/+16 |
* | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 1 | -16/+16 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -4/+4 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+4 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -10/+10 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -3/+3 |