summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/transwarp.cpp
Commit message (Expand)AuthorAgeFilesLines
* m6502: rename m65c02 to w65c02 as well hap2024-12-141-5/+5
* a2bus: Cleanups AJR2024-10-311-14/+55
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* apple2: Better slot slowdown detection for the TransWarp (nw) arbee2020-06-081-4/+10
* bus/a1bus, bus/a2bus, bus/acorn, bus/bbc: Simplify handler signatures (nw) AJR2020-06-071-2/+2
* save states too (nw) arbee2019-12-161-0/+2
* apple2: TransWarp needs to stay at 1 MHz if software told it to (nw) arbee2019-12-161-7/+16
* apple2: Add $C074 control register to TransWarp card emulation. [R. Belmont] arbee2019-12-151-5/+42
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+30
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-30/+7
* apple2: TransWarp card now slows down during joystick reads [R. Belmont] arbee2019-03-161-0/+22
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-091-4/+5
* a2bus: Replace CPU finder with address space finder; make DMA line an explici... AJR2019-01-221-1/+1
* a2bus: Simplify and consolidate DMA handlers now that address_space is no lon... AJR2019-01-101-2/+2
* apple2: fixed reverse-logic on TransWarp slot DIPs that caused disks to not b... arbee2018-08-021-3/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-3/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* a2bus, spectrum/exp: set a better example (nw) Vas Crabb2018-01-271-3/+0
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* srcclean (nw) Vas Crabb2017-11-261-14/+14
* a2bus: Define 7M clock through constant (nw) AJR2017-11-251-13/+5
* apple2: preliminary support for AE TransWarp accelerator card [R. Belmont, Ap... arbee2017-11-031-0/+256