From 56ae2c7b25157e44c50ab982236fee8bbcca0463 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 20 Nov 2020 18:11:22 +0100 Subject: some more IRQ work --- LINKS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'LINKS') diff --git a/LINKS b/LINKS index 9addc00..7a99468 100644 --- a/LINKS +++ b/LINKS @@ -37,10 +37,11 @@ https://www.jameco.com/z/6551-Major-Brands-IC-6551-Asynchronous-Communication-In assemblers for 6502: http://sun.hasenbraten.de/vasm/ -emulators for ben6502: +emulators for 6502: 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 other/todo: https://news.ycombinator.com/item?id=22077052 @@ -82,6 +83,8 @@ https://www.heiko-pruessing.de/projects/hbc65/ https://c74project.com/ (a full 6502 in 74xx logic gates on PCB) https://github.com/Klaus2m5/6502_65C02_functional_tests (format tests and verification) https://hgj.hu/live-migrating-a-virtual-machine-with-libvirt-without-a-shared-storage/ +https://hackaday.io/project/174128/logs +https://sbc.rictor.org/ delay/timers: https://gist.github.com/superjamie/fd80fabadf39199c97de400213f614e9 @@ -89,6 +92,7 @@ http://6502org.wikidot.com/software-delay http://wilsonminesco.com/6502primer/PgmTips.html http://6502.org/source/general/clockfreq.htm http://wilsonminesco.com/6502interrupts/ (use VIA and NMI to produce a 10ms timer) +https://apprize.best/programming/65816/16.html software archives: http://6502.org/source/ @@ -101,6 +105,7 @@ https://damian.pecke.tt/2015/04/06/turning-the-arduino-uno-into-an-apple-ii.html 6502 emulators: https://github.com/gianlucag/mos6502.git +https://github.com/skilldrick/6502js other emulators: https://github.com/pdewacht/oberon-risc-emu (RISC-5 Wirth Emulator, as inspiration) @@ -108,3 +113,6 @@ https://github.com/pdewacht/oberon-risc-emu (RISC-5 Wirth Emulator, as inspirati video: https://youtu.be/0QleiL-WdyM https://en.wikipedia.org/wiki/Texas_Instruments_TMS9918 + +SPI, serial, XModem: +https://coronax.wordpress.com/tag/6502/page/2/ -- cgit v1.2.3-54-g00ecf