summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abckb
Commit message (Expand)AuthorAgeFilesLines
* luxor/x37: WIP. Curt Coder2026-04-022-11/+14
* luxor/abc1600: WIP. Curt Coder2026-03-241-1/+1
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-6/+3
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-4/+4
* addrmap: Allow ioport finders in portr/w/rw Olivier Galibert2024-10-131-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-275-26/+26
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-162-4/+4
* devices/bus: remove use of utf8.h hap2023-12-233-14/+10
* devices/bus: remove \xC2 and \xC3 from input defs hap2023-12-232-12/+12
* 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
* various drivers: a few more output().set_value() removals Ivan Vangelista2023-08-301-2/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-016-14/+14
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-263-4/+4
* abc80x: Add internal keyboard option for abc800m/c. [Curt Coder] Curt Coder2023-03-242-1/+6
* abc1600: Implement reset button. [Curt Coder] Curt Coder2023-03-086-1/+40
* abc1600: Cleanup Curt Coder2023-03-084-130/+99
* abc1600: Cleanup Curt Coder2023-03-074-85/+71
* abc1600: Implement Luxor R8 mouse. [Curt Coder] Curt Coder2023-03-074-35/+248
* 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-072-5/+56
* abc1600: Bring the mouse CPU online. [Curt Coder] Curt Coder2023-03-062-104/+37
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-252-0/+5
* - fgoal.cpp: used finders for I/O ports and other smal cleanups Ivan Vangelista2022-07-131-6/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-046-85/+37
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-266-6/+6
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-2/+2
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-206-22/+22
* Spring cleaning: Vas Crabb2019-11-012-32/+6
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-152-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-263-31/+20
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-20/+31
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-011-1/+1
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-4/+4
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-011-26/+15
* mcs48: Removed MCFG, nw mooglyguy2018-12-086-35/+36
* discrete: Eliminate unnecessary address space argument from handlers (nw) AJR2018-11-121-1/+1
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* devcb3 Vas Crabb2018-07-071-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-2/+2
* 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-272-14/+14
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-202-11/+14
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-2/+2
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-3/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-26/+26
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-7/+8
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-032-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-32/+37