summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/microterm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-18/+18
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-26/+31
* scn2674: Use same character width for text and graphics modes (nw) AJR2018-03-081-2/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-9/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* microterm.cpp: Screen configuration (nw) (touches xtal.h, alas) AJR2018-01-171-9/+19
* scn2674: Split up logging (nw) AJR2018-01-061-4/+29
* mc68681: Distinguish SCN2681 and MC68681 DUART types AJR2017-11-221-7/+7
* mt420: One more device (nw) AJR2017-11-191-3/+6
* mt420: Add an EEPROM and a crude hack to push the program enough to read it (nw) AJR2017-11-191-1/+16
* mt5510: DUART drives EEPROMs (nw) AJR2017-11-191-2/+14
* microterm.cpp: Add DUARTs (nw) AJR2017-11-191-1/+9
* microterm.cpp: More very basic configuration (nw) AJR2017-11-191-9/+25
* mt420: A few rudiments (nw) AJR2017-11-191-0/+9
* Split Micro-Term terminals to their own (skeleton) driver (nw) AJR2017-11-191-0/+76