summaryrefslogtreecommitdiff
path: root/LINKS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-29 19:31:22 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-29 19:31:22 +0100
commitc7b0b280339064ab1b673ab7767d0318b2e9b72a (patch)
treeb597ee3f3c36db401eccb5bca5e8d7f8a8db8485 /LINKS
parentaca930d803177cb6ea8ebadd77b6ef09ab2b5b49 (diff)
download6502-c7b0b280339064ab1b673ab7767d0318b2e9b72a.tar.gz
6502-c7b0b280339064ab1b673ab7767d0318b2e9b72a.tar.bz2
7-segment display is now drawn
Diffstat (limited to 'LINKS')
-rw-r--r--LINKS2
1 files changed, 2 insertions, 0 deletions
diff --git a/LINKS b/LINKS
index 29b5030..e5ec1ca 100644
--- a/LINKS
+++ b/LINKS
@@ -70,6 +70,7 @@ http://danceswithferrets.org/geekblog/?p=808 (monitor, http://exifpro.com/utils.
https://www.robotshop.com/community/forum/t/explaining-the-7-segment-display-and-74hc595-shift-register/13139
https://www.eevblog.com/forum/projects/7-segment-hex-bus-display-with-eproms/
https://www.youtube.com/watch?v=BA12Z7gQ4P0
+https://en.wikipedia.org/wiki/Seven-segment_display
6502 links:
https://www.eiroca.net/wiki/archive/awesome/6502
@@ -113,6 +114,7 @@ https://github.com/gianlucag/mos6502.git
https://github.com/skilldrick/6502js
http://rubbermallet.org/fake6502.c
https://github.com/davepoo/6502Emulator
+https://github.com/spacerace/6502
other emulators:
https://github.com/pdewacht/oberon-risc-emu (RISC-5 Wirth Emulator, as inspiration)