summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/accomm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* accomm: Keyboard improvements, Stop is mapped to reset line. Nigel Barnes2020-06-241-8/+20
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* drivers: simplified some handlers (nw) Ivan Vangelista2020-03-161-14/+14
* econet: Eliminate machine().device and hardcoded bus tag (nw) AJR2019-08-171-3/+1
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+4
* New clones marked as NOT_WORKING Nigel Barnes2018-09-111-74/+144
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-4/+4
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-3/+3
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-6/+6
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-4/+2
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-2/+1
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-141-1/+1
* 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-6/+6
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* 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