summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/anzterm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-4/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* 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-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* general: Don't attach memory maps to driver_device [O. Galibert] Olivier Galibert2016-11-101-1/+1
* anzterm: describe some of the more interesting chips, the damn thing has a lo... Vas Crabb2016-10-271-42/+42
* srcclean (nw) Vas Crabb2016-10-231-25/+25
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* ANZterm: adjusted rom loading so it can begin to boot (nw) Robbbert2016-10-201-3/+4
* Add Burroughs teller terminal skeleton driver Vas Crabb2016-10-141-0/+479