1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-09-30 02:58:36 +00:00
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Go to file
Stephen Crane 01def1ba15 remove _debug
make status header optional
2016-01-24 11:55:50 +00:00
acia.h
checkpoint.cpp
checkpoint.h
CPU.h remove _debug 2016-01-24 11:55:50 +00:00
hardware.cpp renaming cpu.h to avoid clash with driverlib file 2015-12-02 19:41:15 +00:00
hardware.h minor updates 2015-11-30 14:49:56 +00:00
i8080.cpp remove _debug 2016-01-24 11:55:50 +00:00
i8080.h remove _debug 2016-01-24 11:55:50 +00:00
keyboard.h minor kbd changes 2014-12-15 14:36:52 +00:00
LICENSE
memory.cpp
memory.h
ports.h minor updates 2015-11-30 14:49:56 +00:00
prom.h
ps2drv.cpp cleanup 2014-12-17 15:21:42 +00:00
ps2drv.h minor changes 2015-12-21 12:08:51 +00:00
r65emu.h renaming cpu.h to avoid clash with driverlib file 2015-12-02 19:41:15 +00:00
r6502.cpp remove _debug 2016-01-24 11:55:50 +00:00
r6502.h remove _debug 2016-01-24 11:55:50 +00:00
ram.h
README.md
sdtape.cpp
sdtape.h
spiram.cpp minor updates 2015-11-30 14:49:56 +00:00
spiram.h
timed.cpp
timed.h
TinyFont.h
utftdisplay.cpp
utftdisplay.h
z80.cpp remove _debug 2016-01-24 11:55:50 +00:00
z80.h remove _debug 2016-01-24 11:55:50 +00:00

r65emu

Emulation library for 6502-based 8-bit microcomputers.

Libraries:

Hardware:

See hardware.h for wiring details and other options.