1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-08 07:29:37 +00:00
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Go to file
2014-10-26 17:54:01 +00:00
acia.h initial commit 2014-10-18 12:33:48 +01:00
cpu.h checkpointing 2014-10-21 19:41:44 +01:00
hardware.cpp checkpointing 2014-10-22 19:47:06 +01:00
hardware.h checkpointing 2014-10-21 19:41:44 +01:00
keyboard.h add Keyboard and Checkpointable abstractions 2014-10-20 19:19:02 +01:00
LICENSE Initial commit 2014-10-18 12:32:19 +01:00
memory.cpp checkpointing 2014-10-21 19:41:44 +01:00
memory.h support extents 2014-10-22 20:14:23 +01:00
prom.h initial commit 2014-10-18 12:33:48 +01:00
ps2drv.cpp initial commit 2014-10-18 12:33:48 +01:00
ps2drv.h initial commit 2014-10-18 12:33:48 +01:00
r65emu.h sdtape abstraction 2014-10-26 17:54:01 +00:00
r6502.cpp initial commit 2014-10-18 12:33:48 +01:00
r6502.h initial commit 2014-10-18 12:33:48 +01:00
ram.h checkpointing 2014-10-21 19:41:44 +01:00
README.md update 2014-10-18 12:40:42 +01:00
sdtape.cpp sdtape abstraction 2014-10-26 17:54:01 +00:00
sdtape.h sdtape abstraction 2014-10-26 17:54:01 +00:00
spiram.cpp checkpointing 2014-10-22 19:47:06 +01:00
spiram.h checkpointing 2014-10-21 19:41:44 +01:00
utftdisplay.cpp move more functionality onto utftdisplay 2014-10-19 16:06:05 +01:00
utftdisplay.h checkpointing 2014-10-21 19:41:44 +01:00

r65emu

Emulation library for 6502-based 8-bit microcomputers.

Libraries:

Hardware:

See hardware.h for wiring details and other options.