From 4abb115ca25d182da4d0569ce4a82a4c20558fcb Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Wed, 30 Mar 2022 19:53:37 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df487eb..6ff00fb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This time I'm also writing a Debugger that will hopefully help me finish the pro ![View of the Debugger](imgs/debug_example.png) -Also I'm writing it in C++ this time because jesus christ i hate C. My previous attempt is [here](https://github.com/Lauchmelder23/NESEmulator). +Also I'm writing it in C++ this time, My previous attempt is [here](https://github.com/Lauchmelder23/NESEmulator). ## Libraries * [spdlog](https://github.com/gabime/spdlog) for logging @@ -16,4 +16,4 @@ Also I'm writing it in C++ this time because jesus christ i hate C. My previous ## Resources * [Nesdev Wiki](https://wiki.nesdev.org/w/index.php) - Probably the most exhaustive NES documentation available on the internet -* [Masswerk](https://www.masswerk.at/6502/6502_instruction_set.html) - Exhaustive list of official and illegal instructions (there are some errors regarding the cycles of illegal opcodes) \ No newline at end of file +* [Masswerk](https://www.masswerk.at/6502/6502_instruction_set.html) - Exhaustive list of official and illegal instructions (there are some errors regarding the cycles of illegal opcodes)