Skip to content

Commit

Permalink
Version 8.9b with a fix to properly load the SC-3000 Survivors Multi/…
Browse files Browse the repository at this point in the history
…Megacart again.
  • Loading branch information
wavemotion-dave committed Oct 17, 2023
1 parent 8bf8947 commit 501f669
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified ColecoDS.nds
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include $(DEVKITARM)/ds_rules

export TARGET := ColecoDS
export TOPDIR := $(CURDIR)
export VERSION := 8.9a
export VERSION := 8.9b

ICON := -b $(CURDIR)/logo.bmp "ColecoDS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/ColecoDS"

Expand Down
1 change: 0 additions & 1 deletion arm9/source/colecomngt.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ u8 loadrom(const char *path,u8 * ptr)
strcpy(lastAdamDataPath, path);
romBankMask = (romSize == (2048 * 1024) ? 0x3F:0x7F);
sg1000_double_reset = true;
sg1000_mode = true;
machine_mode = MODE_SG_1000;
return bOK;
}
Expand Down

0 comments on commit 501f669

Please sign in to comment.