From 734f4921759c97faf68c0b32335e38accb50bfdb Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Mon, 28 Oct 2019 05:22:22 -0400 Subject: [PATCH] removing .nesproject I'm not responsible for its creation, and I haven't really used NESICIDE much, and based on repeated questions I think having the extra file is confusing for some, unfortunately. --- example.nesproject | 101 --------------------------------------------- example.txt | 10 ++--- 2 files changed, 5 insertions(+), 106 deletions(-) delete mode 100644 example.nesproject 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!