Version 5.5a with hotfix for custom overlays that were accidentally swapping into ECS keyboard mode.

This commit is contained in:
Dave Bernazzani 2024-09-30 16:43:19 -04:00
parent d5723aa7ba
commit 0f425291af
4 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ include $(DEVKITARM)/ds_rules
export TARGET := NINTV-DS
export TOPDIR := $(CURDIR)
export VERSION := 5.5
export VERSION := 5.5a
ICON := -b $(CURDIR)/logo.bmp "NINTV-DS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/NINTV-DS"

Binary file not shown.

View File

@ -166,6 +166,7 @@ History :
--------------------------------------------------------------------------------
V5.5 : 23-Sep-2024 by wavemotion-dave
* Improved ECS support with new full-screen ECS Keyboard and ability to switch between keypad controllers, disc and full keyboard.
* Version 5.5a with hotfix for custom overlays
V5.4 : 10-Sep-2024 by wavemotion-dave
* Full Tutorvision Mode supported. See Tutorvision section in this README for details.

View File

@ -236,6 +236,8 @@ void load_custom_overlay(bool bCustomGeneric)
char *token;
memset(customTiles, 0x00, 0x10000); // Clear the 64K of video memory to prep for custom tiles...
memcpy(&myOverlay, &discOverlay, sizeof(myOverlay)); // Start with a blank overlay...
do
{