Skip to content

Commit

Permalink
Version 9.6 - see readme.md for details.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavemotion-dave committed Apr 8, 2024
1 parent b43b30a commit 789d57a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 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 := 9.5c
export VERSION := 9.6

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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,10 @@ And then move the soundbank.h file to the arm9/sources directory

Versions :
-----------------------
V9.6: ??-???-2024 by wavemotion-dave
V9.6: 08-Apr-2024 by wavemotion-dave
* Removed DrZ80 core - the high quality CZ80 core is all that remains.
* Complete overhaul of the Adam handlers to clean and refine.
* Fix for games like Best of Broderbund (dsk and ddp) now load properly.

V9.5: 30-Mar-2024 by wavemotion-dave
* ADAMnet improvement for disk/tape handling. Improved timing, improved caching and more disk/tape games should load and run correctly.
Expand Down
Binary file modified arm9/gfx_data/pdev_bg0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion arm9/source/colecoDS.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <string.h>
#include "C24XX.h"

#define VERSIONCLDS "9.5"
#define VERSIONCLDS "9.6"

extern u32 debug[0x10];

Expand Down

0 comments on commit 789d57a

Please sign in to comment.