diff --git a/example.nesproject b/example.nesproject deleted file mode 100644 index ca4af57..0000000 --- a/example.nesproject +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example.txt b/example.txt index c954420..3521e78 100644 --- a/example.txt +++ b/example.txt @@ -9,13 +9,13 @@ The cc65 binaries should be in: cc65/bin/ An optional Python 3 program to build debugging symbols for FCEUX is included. Python 3 can be downloaded at: https://www.python.org/ -I recommend FCEUX for debugging. -FCEUX can be downloaded at: http://www.fceux.com/ +I recommend FCEUX or Mesen for debugging. -The .dbg file produced by the linker will also provide debug symbols for -Mesen, NintendulatorDX and NESICIDE. +FCEUX: http://www.fceux.com/ +Mesen: https://www.mesen.ca/ -example.nesproject is included for building with NESICIDE. +The .dbg file produced by the linker will also provide debug symbols for +Mesen, NintendulatorDX and NESICIDE, with no need for the python processing step. I hope you find this example helpful!