mirror of
https://github.com/jscrane/r65emu.git
synced 2024-11-16 21:10:58 +00:00
1022 B
1022 B
r65emu
Emulation library for 8-bit microcomputers based on 6502, i8080 and z80.
Libraries:
- My port of Henning Karlsen's [UTFT library] (http://henningkarlsen.com/electronics/library.php?id=52),
- Rei Vilo's port of Adafruit/Sparkfun's SD library,
- My port of Phil Stewart's SpiRAM library
Hardware:
- A Stellaris Launchpad 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.