summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/datum.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-10/+10
* (nw) minor notes Robbbert2018-08-051-3/+2
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-4/+5
* 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-5/+5
* (nw) output finder for 24cdjuke,30test,allied,cvicny,datum,k1003,prodigy Robbbert2018-04-031-1/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-10/+11
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* 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
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-2/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* -DATUM: new driver [Robbbert] Robbbert2016-10-291-0/+211