From 81535443e22455558ea03d81ffc3a04db505a1b3 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Sat, 18 Oct 2014 12:39:53 +0100 Subject: [PATCH] update --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f915d45..f3cbe1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,25 @@ r65emu ====== -Emulation library for 6502-based 8-bit microcomputeres +Emulation library for 6502-based 8-bit microcomputers. + +Software: +--------- +- [My port](https://github.com/jscrane/UTFT-Energia) +of Henning Karlsen's [UTFT library] +(http://henningkarlsen.com/electronics/library.php?id=52), +- [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: +--------- +- A [Stellaris Launchpad](http://www.energia.nu/Guide_StellarisLaunchPad.html), +- A supported TFT screen, such as [this one](http://forum.stellarisiti.com/topic/626-ssd1289-32-320x240-tft-16bit-parallel-interface-touch-libraries/), +- An SD drive, +- A PS/2 keyboard. +- A 23k256 SPI RAM chip (optional) + +See hardare.h for wiring details and other options. +