summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/grappler.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-16/+16
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-12/+12
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-011-1/+1
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-251-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-20/+20
* bus/rs232: Added a configurable patch box device, and various cleanups. Vas Crabb2021-10-031-64/+256
* bus/a2bus: Suppress side effects of Grappler C0nX reads for debugger. Vas Crabb2021-04-071-4/+7
* bus/a2bus: Added Orange Micro Grappler printer interface card. Vas Crabb2021-04-071-0/+1057