Skip to content

Commit

Permalink
Clean up before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
FluBBaOfWard committed Dec 20, 2023
1 parent 9fbb01d commit 8be5040
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NGPDS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
9CC0F92D26C55DD50035478F /* TLCS900H_RegistersMap.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = TLCS900H_RegistersMap.s; sourceTree = "<group>"; };
9CC0F92E26D1073F0035478F /* AsmHleBios.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = AsmHleBios.s; sourceTree = "<group>"; };
9CC0F93A26D6C4740035478F /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
9CC964EE2B3308A0006CB4F9 /* CartridgeRAM.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CartridgeRAM.h; sourceTree = "<group>"; };
9CC964EF2B3308A0006CB4F9 /* CartridgeRAM.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = CartridgeRAM.c; sourceTree = "<group>"; };
9CD304E528F6ED7900ACD6A7 /* NGPFlash.s */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; path = NGPFlash.s; sourceTree = "<group>"; };
9CD304E628F6ED7900ACD6A7 /* NGPFlash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NGPFlash.h; sourceTree = "<group>"; };
9CD304E728F6ED7900ACD6A7 /* NGPFlash.i */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c.preprocessed; path = NGPFlash.i; sourceTree = "<group>"; };
Expand Down Expand Up @@ -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 */,
Expand Down
1 change: 0 additions & 1 deletion NGPDS_todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion source/NGPFlash
Submodule NGPFlash updated 1 files
+1 −0 NGPFlash.s

0 comments on commit 8be5040

Please sign in to comment.