summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ms6102.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-6/+6
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* -i8257: Removed MCFG, nw mooglyguy2018-09-041-4/+4
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-2/+2
* ay31015: Remove MCFG_ macros (these were really ugly ones); default input clo... AJR2018-08-101-3/+3
* ripple_counter: Finish devcb3 conversion (nw) AJR2018-08-011-3/+3
* remove more MCFG_ (nw) Vas Crabb2018-07-071-8/+7
* 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-3/+3
* i8275: Blank top and bottom row lines when underline is greater than 7 AJR2018-05-211-6/+6
* 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-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-20/+20
* fixed MT06958, MT06962, MT06963 (nw) Ivan Vangelista2018-05-051-0/+2
* Separate MS7002 keyboard emulation; use Cyrillic key names and JCUKEN layout AJR2018-04-241-2/+2
* ms6102: Use VT100 keyboard for now AJR2018-04-191-41/+34
* ms6102: add EAROM device + minor keyboard fix (nw) Sergey Svishchev2018-04-181-14/+26
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+21
* ms6102: kill error (nw) cracyc2018-03-101-1/+1
* ms6102: somewhat better output (nw) cracyc2018-03-101-20/+60
* ms6102: More UART configuration (nw) AJR2018-03-051-0/+15
* 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-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* ms6102 : decrypted chargen Robbbert2017-09-291-27/+57
* ms6102 (Elektronika MS6102.02, text terminal): new skeleton. Sergey Svishchev2017-09-261-0/+292