6502

minimal 6502 emulator written in C
Index Commits Files Refs README LICENSE
commit 0a4330377073d70382480c16c16426c1041e88c5
parent 95f255fb7c262c3c2508c71a8bd8261577b9f525
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Fri,  3 Feb 2023 00:45:18 -0300

updated links

Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,7 @@
 # 6502 Emulator
 
-A very minimal 6502 emulator that can succesfully pass [6502_functional_test](https://github.com/Klaus2m5/6502_65C02_functional_tests).
+A very minimal 6502 emulator that can succesfully pass
+[6502_functional_test](https://github.com/Klaus2m5/6502_65C02_functional_tests).
 
 ## Resources used
 
@@ -11,9 +12,9 @@ A very minimal 6502 emulator that can succesfully pass [6502_functional_test](ht
 - 6502 Assembly:
     https://en.wikibooks.org/wiki/6502_Assembly
 - 27c3: Reverse Engineering the MOS 6502 CPU (en):
-    https://www.youtube.com/watch?v=fWqBmmPQP40&t=34s
+    https://www.youtube.com/watch?v=fWqBmmPQP40
 - NES Emulator Part #2: The CPU (6502 Implementation):
-    https://www.youtube.com/watch?v=8XmxKPJDGU0&t=625s
+    https://www.youtube.com/watch?v=8XmxKPJDGU0
 - Emulator 101 - 6502 Addressing Modes:
     http://www.emulator101.com/6502-addressing-modes.html
 - “Hello, world” from scratch on a 6502 — Part 1: