summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga/keyboard/a1200.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-1/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+2
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-201-4/+4
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-301-1/+4
* mw8080.cpp: add explosion lamps to internal artwork for seawolf (nw) Vas Crabb2019-10-111-7/+9
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-11/+10
* more notes on purported A1200 keyboard program, add compact mode as a config ... Vas Crabb2018-08-181-1/+47
* amiga: add support for Amiga 2000 keyboard with 8039 and external ROM manufac... Vas Crabb2018-08-151-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* change some more device_mconfig_additions to device_add_mconfig (nw) Vas Crabb2017-05-231-15/+9
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* 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-1/+1
* remove trampoline (nw) Vas Crabb2017-02-051-7/+3
* Amiga keyboard updates: Vas Crabb2017-02-051-159/+19
* fix rev (nw) Vas Crabb2017-02-051-5/+5
* Amiga keyboard updates: Vas Crabb2017-02-051-66/+269
* Convert the Amiga keyboards to a bus interface with slot devices Dirk Best2017-01-221-0/+111