diff --git a/NGPDS.xcodeproj/project.pbxproj b/NGPDS.xcodeproj/project.pbxproj index e2d7f60..ae0e0cb 100644 --- a/NGPDS.xcodeproj/project.pbxproj +++ b/NGPDS.xcodeproj/project.pbxproj @@ -83,6 +83,8 @@ 9CC0F92D26C55DD50035478F /* TLCS900H_RegistersMap.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = TLCS900H_RegistersMap.s; sourceTree = ""; }; 9CC0F92E26D1073F0035478F /* AsmHleBios.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = AsmHleBios.s; sourceTree = ""; }; 9CC0F93A26D6C4740035478F /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 9CC964EE2B3308A0006CB4F9 /* CartridgeRAM.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CartridgeRAM.h; sourceTree = ""; }; + 9CC964EF2B3308A0006CB4F9 /* CartridgeRAM.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CartridgeRAM.c; sourceTree = ""; }; 9CD304E528F6ED7900ACD6A7 /* NGPFlash.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = NGPFlash.s; sourceTree = ""; }; 9CD304E628F6ED7900ACD6A7 /* NGPFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NGPFlash.h; sourceTree = ""; }; 9CD304E728F6ED7900ACD6A7 /* NGPFlash.i */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c.preprocessed; path = NGPFlash.i; sourceTree = ""; }; @@ -251,6 +253,8 @@ A47F092C20863AF5004E1DA6 /* EmuMenu.c */, A4D0E10B208930D100401463 /* FileHelper.h */, A4D0E112208930D100401463 /* FileHelper.c */, + 9CC964EF2B3308A0006CB4F9 /* CartridgeRAM.c */, + 9CC964EE2B3308A0006CB4F9 /* CartridgeRAM.h */, A4D0E10A208930D100401463 /* crc32.h */, A4D0E111208930D100401463 /* crc32.c */, A4D0E11D2089E28D00401463 /* AsmExtra.h */, diff --git a/NGPDS_todo.txt b/NGPDS_todo.txt index 27a4df4..a1e9512 100644 --- a/NGPDS_todo.txt +++ b/NGPDS_todo.txt @@ -33,7 +33,6 @@ Misc: Games Non Working: Games With Glitches: - Magical Drop Pocket: Cat sprite on title screen is weird. Memories of - Pure: Glitches everywhere. Neo Poke Pro Yakyuu: Sprite multiplexing doesn't work. Puzzle Link/Puzzle Link 2 (USA, EU) sometimes softlocks when a level ends. diff --git a/README.md b/README.md index 99664a7..63d31d2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ to select an option, B or the top of the screen to go back a step. To select between the tabs use R & L or the touchscreen. Since the DS/DS Lite only has 4MB of RAM you will need a SLOT-2/GBA cart with - RAM to play games larger than 2MB. + RAM on these devices to play games larger than 2MB. ## Menu diff --git a/source/NGPFlash b/source/NGPFlash index f1ce61b..ade371d 160000 --- a/source/NGPFlash +++ b/source/NGPFlash @@ -1 +1 @@ -Subproject commit f1ce61b041cda84d3c6031394ee769966a8e7c13 +Subproject commit ade371dd298179bdc4f23c20f7e2c41b63a1b588