1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-01-14 14:31:48 +00:00
r65emu/README.md

24 lines
1021 B
Markdown
Raw Normal View History

2014-10-18 12:32:33 +01:00
r65emu
======
2018-08-10 11:13:45 +01:00
Emulation library for 8-bit microcomputers based on 6502, i8080 and z80.
2014-10-18 12:39:53 +01:00
2014-10-18 12:40:42 +01:00
Libraries:
2014-10-18 12:39:53 +01:00
---------
- [My port](https://github.com/jscrane/UTFT-Energia)
2018-11-05 09:30:57 +00:00
of Henning Karlsen's [UTFT library](http://henningkarlsen.com/electronics/library.php?id=52),
2014-10-18 12:39:53 +01:00
- [Rei Vilo's port](https://github.com/rei-vilo/SD_TM4C) of
Adafruit/Sparkfun's [SD library](https://github.com/adafruit/SD),
- [My port](https://github.com/jscrane/SpiRAM)
of Phil Stewart's [SpiRAM library](http://playground.arduino.cc/Main/SpiRAM)
Hardware:
---------
2018-09-06 10:53:16 +01:00
- A [Stellaris Launchpad](http://www.energia.nu/Guide_StellarisLaunchPad.html) or ESP32-based board, e.g., [Node32s](https://www.esp32.com/viewtopic.php?t=459),
- An SD drive to store programs (for Stellarpad),
- A 23k256 SPI RAM chip (for Stellarpad, optional),
2014-10-18 12:39:53 +01:00
- A supported TFT screen, such as [this one](http://forum.stellarisiti.com/topic/626-ssd1289-32-320x240-tft-16bit-parallel-interface-touch-libraries/),
- A PS/2 keyboard.
2014-10-18 12:40:42 +01:00
See _hardware.h_ for wiring details and other options.