summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abckb/abc800kb.cpp
Commit message (Expand)AuthorAgeFilesLines
* devices/bus: remove use of utf8.h hap2023-12-231-4/+2
* misc: remove some unneeded PORT_NAME from input defs hap2023-12-231-6/+6
* misc: remove some use of utf8.h in input defs hap2023-12-221-5/+5
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-13/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-201-3/+3
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-7/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-071-13/+2
* 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/+3
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-13/+5
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* required_ioport_array. (nw) Curt Coder2016-10-091-34/+12
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+507