Update README.md
This commit is contained in:
parent
fa4bdfb35a
commit
4abb115ca2
|
@ -6,7 +6,7 @@ This time I'm also writing a Debugger that will hopefully help me finish the pro
|
|||
|
||||

|
||||
|
||||
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)
|
||||
* [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)
|
||||
|
|
Loading…
Reference in a new issue