1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-09-27 13:56:20 +00:00
Arduino emulation library for 8-bit microcomputers based on 6502, i8080 or z80
Go to file
2019-02-25 08:07:41 +00:00
hw add esp8266-pwm-fs.h 2018-11-30 14:31:51 +00:00
acia.cpp filer extends serialio 2019-02-11 18:28:38 +00:00
acia.h filer extends serialio 2019-02-11 18:28:38 +00:00
CPU.h
filer.cpp NO_CHECKPOINT flag 2019-02-24 11:50:10 +00:00
filer.h move checkpoint/restore onto filer 2019-02-12 18:17:46 +00:00
hardware.cpp NO_CHECKPOINT flag 2019-02-24 11:50:10 +00:00
hardware.h add esp8266-pwm-fs.h 2018-11-30 14:31:51 +00:00
i8080.cpp move parity into PROGMEM 2019-02-24 12:29:18 +00:00
i8080.h move parity into PROGMEM 2019-02-24 12:29:18 +00:00
keyboard.h
LICENSE
memory.cpp
memory.h
ports.h
prom.h
ps2drv.cpp
ps2drv.h
r65emu.h serial filer 2019-02-12 18:19:09 +00:00
r6502.cpp use switch/case instead of array of fps 2019-02-25 08:07:41 +00:00
r6502.h use switch/case instead of array of fps 2019-02-25 08:07:41 +00:00
ram.h NO_CHECKPOINT flag 2019-02-24 11:50:10 +00:00
README.md
serial_filer.cpp NO_CHECKPOINT flag 2019-02-24 11:50:10 +00:00
serial_filer.h implement rewind properly 2019-02-14 18:02:26 +00:00
serialio.h filer extends serialio 2019-02-11 18:28:38 +00:00
sound_dac.cpp
sound_dac.h
sound_pwm.cpp
sound_pwm.h
spiram.cpp NO_CHECKPOINT flag 2019-02-24 11:50:10 +00:00
spiram.h
tftdisplay.cpp
tftdisplay.h
timed.cpp
timed.h
TinyFont.h
z80.cpp NO_CHECKPOINT flag 2019-02-24 11:50:10 +00:00
z80.h size optimisations 2018-11-27 07:58:22 +00:00

r65emu

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

Libraries:

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.