From 4c167d48f0f972ff9a5f0e10247aab71c50a141b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Nov 2020 10:59:32 +0100 Subject: added some docu and links --- LINKS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'LINKS') diff --git a/LINKS b/LINKS index fefd03f..9addc00 100644 --- a/LINKS +++ b/LINKS @@ -2,6 +2,8 @@ GeckOS, Unix on 6502: http://www.6502.org/users/andre/osa/index.html eater.net: 6502 kit + +arduino monitor: https://github.com/dpm-343/6502-monitor/blob/master/6502-monitor.ino other 6052: @@ -79,6 +81,7 @@ https://www.chrisward.org.uk/6502/dev.shtml 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/ delay/timers: https://gist.github.com/superjamie/fd80fabadf39199c97de400213f614e9 @@ -95,3 +98,13 @@ http://6502.org/source/kernels/minikernel.txt (timer and time slicing) apple emulator: https://damian.pecke.tt/2015/04/06/turning-the-arduino-uno-into-an-apple-ii.html + +6502 emulators: +https://github.com/gianlucag/mos6502.git + +other emulators: +https://github.com/pdewacht/oberon-risc-emu (RISC-5 Wirth Emulator, as inspiration) + +video: +https://youtu.be/0QleiL-WdyM +https://en.wikipedia.org/wiki/Texas_Instruments_TMS9918 -- cgit v1.2.3-54-g00ecf