| Commit message (Expand) | Author | Age | Files | Lines |
| * | vme: Modernize slot device code and eliminate deprecation warnings; actually ... |  AJR | 2021-06-19 | 1 | -2/+0 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -2/+2 |
| * | rs232: HLE updates |  AJR | 2021-01-26 | 1 | -1/+0 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -2/+2 |
| * | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 1 | -3/+3 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -3/+3 |
| * | emumem: Remove obsolete alignement limit |  Olivier Galibert | 2019-04-06 | 1 | -1/+1 |
| * | 68000: Rework interrupt handling [O. Galibert] |  Olivier Galibert | 2019-04-05 | 1 | -1/+6 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -31/+33 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -33/+31 |
| * | devices/bus: a few more MACHINE_CONFIG macros removed (nw) |  Ivan Vangelista | 2019-02-09 | 1 | -31/+33 |
| * | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 1 | -10/+10 |
| * | -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... |  mooglyguy | 2018-08-11 | 1 | -33/+31 |
| * | -68153bim: Removed MCFG and added devcb3, nw |  mooglyguy | 2018-08-10 | 1 | -2/+2 |
| * | fccpu20 : fixed terminal display |  Robbbert | 2018-07-29 | 1 | -0/+10 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -2/+2 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -29/+29 |
| * | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 1 | -4/+4 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -14/+15 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -1/+1 |
| * | API change: Memory maps are now "last entry wins" [O. Galibert] |  Olivier Galibert | 2018-01-31 | 1 | -1/+1 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -3/+3 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -8/+8 |
| * | fccpu20: fix wrong modulo (nw) |  hap | 2017-11-05 | 1 | -2/+2 |
| * | fix some typos (#2772) |  Martin Lindhe | 2017-11-03 | 1 | -1/+1 |
| * | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 1 | -28/+24 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -17/+18 |
| * | Device validation fixes: another one rides the bus (nw) |  AJR | 2017-03-03 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -7/+7 |
| * | srcclean (nw) |  Vas Crabb | 2017-02-19 | 1 | -18/+18 |
| * | fccpu20: updated LOGs |  Joakim Larsson Edstrom | 2017-02-10 | 1 | -15/+9 |
| * | Merge pull request #2049 from JoakimLarsson/vme |  Joakim Larsson Edström | 2017-02-08 | 1 | -2/+27 |
| |\ |
|
| | * | VME bus: added default bus address space and prepared for bus specific features |  Joakim Larsson Edstrom | 2017-02-08 | 1 | -2/+27 |
| * | | Fix build by removing unused dummy ROM definitions (nw) |  AJR | 2017-02-01 | 1 | -5/+0 |
| |/ |
|
| * | fccpu20: Added board ID support, gives the right banner now, and improved boa... |  Joakim Larsson Edstrom | 2017-02-01 | 1 | -51/+96 |
| * | fccpu20: Added board variants cpu-21, cpu-21a, cpu-21ya, cpu-21b, cpu-21yb an... |  Joakim Larsson Edstrom | 2017-01-31 | 1 | -29/+140 |
| * | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -6/+6 |
| * | fccpu20: moved all code and documentation to the slot device, cleanup and pro... |  Joakim Larsson Edstrom | 2017-01-21 | 1 | -31/+253 |
| * | Added fccpu20 to Miniforce as a VME card |  Joakim Larsson Edstrom | 2017-01-21 | 1 | -0/+290 |