summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/accomm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-17/+17
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-24/+25
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* even more cleanup and encapsulation (nw) Vas Crabb2018-02-201-16/+16
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-5/+6
* 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-3/+3
* 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-29/+31
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-31/+29
* move ULA struct out of global namespace (nw) smf-2017-12-111-29/+31
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-2/+1
* accomm: Added CMOS RAM, serial and econet ports. Nigel Barnes2017-11-241-31/+136
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* Fix build (nw) AJR2017-06-241-1/+1
* accomm: Fully implemented keyboard Nigel Barnes2017-06-241-138/+210
* (nw) housekeeping. Robbbert2017-06-151-1/+1
* accomm: found the second half of the keyboard matrix (nw) arbee2017-05-291-11/+83
* accomm: fix a few lines that went weird in the commit (nw) arbee2017-05-291-1/+4
* fix build (nw) Lord-Nightmare2017-05-291-1/+1
* accomm: first pass at the key matrix (nw) arbee2017-05-281-65/+37
* srcclean (nw) Vas Crabb2017-05-281-15/+15
* accomm: Bus factor reduction. Keyboard now reads, but matrix doesn't match E... arbee2017-05-261-32/+564
* accomm: main screen turn on (nw) arbee2017-05-251-2/+9
* New machines added as MACHINE_NOT_WORKING arbee2017-05-241-0/+144