diff options
Diffstat (limited to 'games/QuickNES-Core/README')
-rw-r--r-- | games/QuickNES-Core/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/QuickNES-Core/README b/games/QuickNES-Core/README new file mode 100644 index 000000000000..10f5c28983ec --- /dev/null +++ b/games/QuickNES-Core/README @@ -0,0 +1,9 @@ +QuickNES is a Nintendo Entertainment System video game system emulator +that can be used as a libretro core. + +Nes_Emu, the core NES emulator library used by QuickNES, began as a +very simple NES emulator sometime in 2004. It was based on the 6502 CPU +core and APU sound core used in the Game_Music_Emu sound engine. + +To build the debugging symbols use: + DEBUG=1 QuickNES-Core.SlackBuild |