1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-01-09 11:31:17 +00:00
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Go to file
2014-11-20 08:28:01 +00:00
acia.h
checkpoint.cpp checkpointing utilities 2014-11-14 18:27:54 +00:00
checkpoint.h checkpointing utilities 2014-11-14 18:27:54 +00:00
cpu.h change debug formatting 2014-11-20 08:28:01 +00:00
hardware.cpp run SPI at full speed 2014-11-16 21:45:48 +00:00
hardware.h
keyboard.h
LICENSE
memory.cpp
memory.h
prom.h
ps2drv.cpp
ps2drv.h
r65emu.h checkpointing utilities 2014-11-14 18:27:54 +00:00
r6502.cpp change debug formatting 2014-11-20 08:28:01 +00:00
r6502.h change debug formatting 2014-11-20 08:28:01 +00:00
ram.h
README.md
sdtape.cpp bugfixes 2014-11-15 23:24:47 +00:00
sdtape.h
spiram.cpp bugfixes 2014-11-15 23:24:47 +00:00
spiram.h
timed.cpp system timer 2014-11-13 19:20:01 +00:00
timed.h system timer 2014-11-13 19:20:01 +00:00
TinyFont.h make tiny font the default 2014-11-16 21:45:00 +00:00
utftdisplay.cpp make tiny font the default 2014-11-16 21:45:00 +00:00
utftdisplay.h utftdisplay is not a device on its own 2014-11-17 15:08:43 +00:00

r65emu

Emulation library for 6502-based 8-bit microcomputers.

Libraries:

Hardware:

See hardware.h for wiring details and other options.