Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Go to file
Stephen Crane 14b5c9b48a spiram configuration 2018-08-14 06:08:15 +01:00
CPU.h cleanups 2018-08-10 11:13:45 +01:00
LICENSE Initial commit 2014-10-18 12:32:19 +01:00
README.md cleanups 2018-08-10 11:13:45 +01:00
TinyFont.h cleanups 2018-08-10 11:13:45 +01:00
acia.h cleanups 2018-08-10 11:13:45 +01: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
hardware.cpp flexible hardware config 2018-08-10 13:47:06 +01:00
hardware.h spiram configuration 2018-08-10 13:54:00 +01:00
i8080.cpp cleanups 2018-08-10 11:13:45 +01:00
i8080.h cleanups 2018-08-10 11:13:45 +01:00
keyboard.h minor kbd changes 2014-12-15 14:36:52 +00:00
memory.cpp cleanup 2014-10-31 17:44:37 +00:00
memory.h cleanups 2018-08-10 11:13:45 +01:00
ports.h minor updates 2015-11-30 14:49:56 +00:00
prom.h cosmetic changes 2014-11-10 14:16:45 +00:00
ps2drv.cpp cleanups 2018-08-10 11:13:45 +01:00
ps2drv.h add keypad keys 2016-01-29 22:24:05 +00:00
r65emu.h renaming cpu.h to avoid clash with driverlib file 2015-12-02 19:41:15 +00:00
r6502.cpp cleanups 2018-08-10 11:13:45 +01:00
r6502.h cleanups 2018-08-10 11:13:45 +01:00
ram.h cosmetic changes 2014-11-10 14:16:45 +00: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 spiram configuration 2018-08-10 13:54:00 +01: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
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
z80.cpp cleanups 2018-08-10 11:13:45 +01:00
z80.h cleanups 2018-08-10 11:13:45 +01:00

README.md

r65emu

Emulation library for 8-bit microcomputers based on 6502, i8080 and z80.

Libraries:

Hardware:

See hardware.h for wiring details and other options.