1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-05-29 03:41:36 +00:00
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Go to file
Stephen Crane 91340c358b cleanup
2014-12-17 15:21:42 +00:00
acia.h cosmetic changes 2014-11-10 14:16:45 +00:00
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 ... 2014-12-10 12:02:47 +00:00
hardware.cpp display orientation 2014-11-30 21:17:08 +00:00
hardware.h cosmetic changes 2014-11-10 14:16:45 +00:00
i8080.cpp ... 2014-12-10 12:02:47 +00:00
i8080.h ... 2014-12-10 12:02:47 +00:00
keyboard.h minor kbd changes 2014-12-15 14:36:52 +00:00
LICENSE Initial commit 2014-10-18 12:32:19 +01:00
memory.cpp cleanup 2014-10-31 17:44:37 +00:00
memory.h unsigned 2014-11-29 13:36:51 +00:00
prom.h cosmetic changes 2014-11-10 14:16:45 +00:00
ps2drv.cpp cleanup 2014-12-17 15:21:42 +00:00
ps2drv.h cleanup 2014-12-17 15:21:42 +00:00
r65emu.h add Intel 8080 cpu 2014-12-08 13:22:02 +00:00
r6502.cpp ... 2014-12-10 12:02:47 +00:00
r6502.h ... 2014-12-10 12:02:47 +00:00
ram.h cosmetic changes 2014-11-10 14:16:45 +00:00
README.md update 2014-10-18 12:40:42 +01:00
sdtape.cpp bugfixes 2014-11-15 23:24:47 +00:00
sdtape.h cosmetic changes 2014-11-10 14:16:45 +00:00
spiram.cpp bugfixes 2014-11-15 23:24:47 +00:00
spiram.h checkpointing 2014-10-21 19:41:44 +01:00
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 enum for orientation 2014-12-01 08:42:24 +00:00
utftdisplay.h enum for orientation 2014-12-01 08:42:24 +00:00

r65emu

Emulation library for 6502-based 8-bit microcomputers.

Libraries:

Hardware:

See hardware.h for wiring details and other options.