mirror of https://github.com/jscrane/r65emu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
hw | 2 weeks ago | |
CPU.h | 4 years ago | |
LICENSE | 9 years ago | |
README.md | 2 years ago | |
TinyFont.h | 4 years ago | |
acia.cpp | 4 years ago | |
acia.h | 4 years ago | |
filer.h | 4 years ago | |
flash_filer.cpp | 2 years ago | |
flash_filer.h | 4 years ago | |
hardware.cpp | 2 years ago | |
hardware.h | 2 years ago | |
i8080.cpp | 4 years ago | |
i8080.h | 4 years ago | |
keyboard.h | 5 years ago | |
memory.cpp | 5 years ago | |
memory.h | 5 years ago | |
ports.h | 5 years ago | |
prom.h | 4 years ago | |
ps2drv.cpp | 3 years ago | |
ps2drv.h | 7 years ago | |
r65emu.h | 4 years ago | |
r6502.cpp | 4 years ago | |
r6502.h | 4 years ago | |
ram.h | 2 years ago | |
serial_filer.cpp | 4 years ago | |
serial_filer.h | 4 years ago | |
serialio.h | 4 years ago | |
socket_filer.cpp | 4 years ago | |
socket_filer.h | 4 years ago | |
sound_dac.cpp | 4 years ago | |
sound_dac.h | 5 years ago | |
sound_pwm.cpp | 4 years ago | |
sound_pwm.h | 5 years ago | |
spiram.cpp | 4 years ago | |
spiram.h | 5 years ago | |
tftdisplay.cpp | 2 years ago | |
tftdisplay.h | 4 years ago | |
timed.cpp | 4 years ago | |
timed.h | 4 years ago | |
z80.cpp | 4 years ago | |
z80.h | 4 years ago |
README.md
r65emu
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 and z80.
Libraries:
- My port of Henning Karlsen's UTFT library,
- Rei Vilo's port of Adafruit/Sparkfun's SD library,
- My port of Phil Stewart's SpiRAM library
Hardware:
- A Stellaris Launchpad or ESP8266 board, e.g., WeMOS, or ESP32-based board, e.g., Node32s,
- An SD drive to store programs (for Stellarpad),
- A 23k256 SPI RAM chip (for Stellarpad, optional),
- A supported TFT screen, such as this one,
- A PS/2 keyboard.
See hardware.h for wiring details and other options.