summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/buscard.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-201-5/+5
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-43/+31
* srcclean (nw) Vas Crabb2019-05-261-13/+13
* c64 fcc: don't use romh for external rom (nw) hap2019-05-131-1/+1
* c64: Emulated the BusCard IEE-488 / Centronics cartridge. [Curt Coder] Curt Coder2019-05-131-20/+288
* c64: Route LORAM to expansion port interface for BusCard. [Curt Coder] Curt Coder2019-05-111-2/+2
* c64: Added skeleton for BusCard cartridge. [Curt Coder] Curt Coder2019-05-051-0/+174