1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-11-16 21:10:58 +00:00
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Go to file
Stephen Crane 384d14b2eb fix typo
2018-08-14 06:20:02 +01:00
acia.h use stdint types 2018-08-13 14:41:23 +01:00
checkpoint.cpp port to esp32 2018-08-10 13:36:41 +01:00
checkpoint.h
CPU.h cleanups 2018-08-10 11:13:45 +01:00
hardware.cpp port to esp32 2018-08-10 13:36:41 +01:00
hardware.h port to esp32 2018-08-10 13:36:41 +01:00
i8080.cpp use stdint types 2018-08-13 14:41:23 +01:00
i8080.h use stdint types 2018-08-13 14:41:23 +01:00
keyboard.h use stdint types 2018-08-13 14:41:23 +01:00
LICENSE
memory.cpp use stdint types 2018-08-13 14:41:23 +01:00
memory.h use stdint types 2018-08-13 14:41:23 +01:00
ports.h use stdint types 2018-08-13 14:41:23 +01:00
prom.h use stdint types 2018-08-13 14:41:23 +01: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
r6502.cpp use stdint types 2018-08-13 14:41:23 +01:00
r6502.h use stdint types 2018-08-13 14:41:23 +01:00
ram.h use stdint types 2018-08-13 14:41:23 +01:00
README.md cleanups 2018-08-10 11:13:45 +01:00
sdtape.cpp
sdtape.h use stdint types 2018-08-13 14:41:23 +01:00
spiram.cpp fix typo 2018-08-14 06:20:02 +01:00
spiram.h use stdint types 2018-08-13 14:41:23 +01:00
timed.cpp port to esp32 2018-08-10 13:36:41 +01:00
timed.h
TinyFont.h cleanups 2018-08-10 11:13:45 +01:00
utftdisplay.cpp
utftdisplay.h
z80.cpp use stdint types 2018-08-13 14:41:23 +01:00
z80.h use stdint types 2018-08-13 14:41:23 +01:00

r65emu

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

Libraries:

Hardware:

See hardware.h for wiring details and other options.