summaryrefslogtreecommitdiff
path: root/LINKS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-21 21:08:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-21 21:08:43 +0100
commit052899e196c6a2660651b9896ceed3313e7d0bac (patch)
tree9deb31de468693326a2b426db76f0e99ffe0c9c2 /LINKS
parent56ae2c7b25157e44c50ab982236fee8bbcca0463 (diff)
download6502-052899e196c6a2660651b9896ceed3313e7d0bac.tar.gz
6502-052899e196c6a2660651b9896ceed3313e7d0bac.tar.bz2
started a simple emulator
Diffstat (limited to 'LINKS')
-rw-r--r--LINKS10
1 files changed, 10 insertions, 0 deletions
diff --git a/LINKS b/LINKS
index 7a99468..b5eff15 100644
--- a/LINKS
+++ b/LINKS
@@ -42,6 +42,7 @@ https://github.com/alimansfield2016/ATM65C02_EMU, nice idea, c++ code quite bad
https://github.com/alimansfield2016/ATM65C02_EMU.git, sadly in Javascript
https://github.com/chanmix51/soft65c02, sadly in rust
https://sbc.rictor.org/simulator.html
+https://bbc.godbolt.org/
other/todo:
https://news.ycombinator.com/item?id=22077052
@@ -104,8 +105,11 @@ apple emulator:
https://damian.pecke.tt/2015/04/06/turning-the-arduino-uno-into-an-apple-ii.html
6502 emulators:
+https://www.gianlucaghettini.net/mos-6502-cpu-emulator-in-c/
https://github.com/gianlucag/mos6502.git
https://github.com/skilldrick/6502js
+http://rubbermallet.org/fake6502.c
+https://github.com/davepoo/6502Emulator
other emulators:
https://github.com/pdewacht/oberon-risc-emu (RISC-5 Wirth Emulator, as inspiration)
@@ -116,3 +120,9 @@ https://en.wikipedia.org/wiki/Texas_Instruments_TMS9918
SPI, serial, XModem:
https://coronax.wordpress.com/tag/6502/page/2/
+
+documentation on the 6502:
+http://www.obelisk.me.uk/6502/
+https://sta.c64.org/cbm64mem.html
+https://www.pagetable.com/?p=410
+https://github.com/Klaus2m5/6502_65C02_functional_tests