From 052899e196c6a2660651b9896ceed3313e7d0bac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 21 Nov 2020 21:08:43 +0100 Subject: started a simple emulator --- LINKS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'LINKS') 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 -- cgit v1.2.3-54-g00ecf