summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/kaneko_calc3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kaneko_calc3.cpp')
0 files changed, 0 insertions, 0 deletions
path'>path: root/src/mame/drivers/dms5000.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-118/+0
* sapi,homez80,dms5000,bob85,a7150: minor cleanup Robbbert2020-07-181-21/+11
* drivers/d*: macro removal (nw) Ivan Vangelista2020-05-261-4/+4
* Fix more region widths (nw) AJR2019-11-161-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+13
* src\mame: removed most MCFG and MACHINE_CONFIG macros from drivers starting w... Ivan Vangelista2019-03-201-13/+14
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* dms5000: More attempts at getting this somewhere (nw) AJR2018-05-141-4/+19
* dms5000: Add a few things to this skeleton (nw) AJR2018-05-141-1/+20
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-9/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: