summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abckb/abc99.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-3/+3
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-161-2/+2
* devices/bus: remove use of utf8.h hap2023-12-231-8/+6
* devices/bus: remove \xC2 and \xC3 from input defs hap2023-12-231-6/+6
* various drivers: a few more output().set_value() removals Ivan Vangelista2023-08-301-2/+0
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-2/+2
* abc1600: Implement reset button. [Curt Coder] Curt Coder2023-03-081-0/+10
* abc1600: Cleanup Curt Coder2023-03-081-44/+63
* abc1600: Cleanup Curt Coder2023-03-071-3/+4
* abc1600: Implement Luxor R8 mouse. [Curt Coder] Curt Coder2023-03-071-30/+8
* abc1600: Use later keyboard ROMs to fix UP/DOWN mode. [Curt Coder] Curt Coder2023-03-071-2/+2
* abc1600: Fix cursor keys. [Curt Coder] Curt Coder2023-03-071-5/+52
* abc1600: Bring the mouse CPU online. [Curt Coder] Curt Coder2023-03-061-97/+34
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-37/+14
* 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-6/+6
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-011-1/+1
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-17/+17
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-6/+7
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-13/+13
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-11/+13
* 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-13/+13
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+28
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* 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/+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/+2
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-19/+10
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* 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
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-11/+11
* cleanup Miodrag Milanovic2015-12-051-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/+782