summaryrefslogtreecommitdiff
path: root/LINKS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-22 20:38:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-22 20:38:51 +0100
commit6c3401b8a2ce7a2dfe21a253f840f286088b1921 (patch)
treef49b1bba8b10c3b3681927764cd795e7af4ad9e5 /LINKS
parent052899e196c6a2660651b9896ceed3313e7d0bac (diff)
download6502-6c3401b8a2ce7a2dfe21a253f840f286088b1921.tar.gz
6502-6c3401b8a2ce7a2dfe21a253f840f286088b1921.tar.bz2
more work on emulator
Diffstat (limited to 'LINKS')
-rw-r--r--LINKS8
1 files changed, 8 insertions, 0 deletions
diff --git a/LINKS b/LINKS
index b5eff15..68ce8c0 100644
--- a/LINKS
+++ b/LINKS
@@ -9,6 +9,7 @@ https://github.com/dpm-343/6502-monitor/blob/master/6502-monitor.ino
other 6052:
http://lateblt.tripod.com/6502prj1.htm
74LS138 decoder IC (3to8)
+https://www.westerndesigncenter.com/wdc/chips.php
XA cross assembler
http://www.floodgap.com/retrotech/xa/xa-old.html
@@ -36,6 +37,7 @@ https://www.jameco.com/z/6551-Major-Brands-IC-6551-Asynchronous-Communication-In
assemblers for 6502:
http://sun.hasenbraten.de/vasm/
+https://cc65.github.io/ (ca65)
emulators for 6502:
https://github.com/alimansfield2016/ATM65C02_EMU, nice idea, c++ code quite bad
@@ -86,6 +88,7 @@ https://github.com/Klaus2m5/6502_65C02_functional_tests (format tests and verifi
https://hgj.hu/live-migrating-a-virtual-machine-with-libvirt-without-a-shared-storage/
https://hackaday.io/project/174128/logs
https://sbc.rictor.org/
+http://retro.hansotten.nl/
delay/timers:
https://gist.github.com/superjamie/fd80fabadf39199c97de400213f614e9
@@ -126,3 +129,8 @@ 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
+http://nparker.llx.com/a2/opcodes.html
+
+testing:
+http://www.ucunit.org/_related__sites.html
+http://cunit.sourceforge.net/