Version 6.1 - see readme.md file for details.

This commit is contained in:
Dave Bernazzani 2025-03-04 07:28:04 -05:00
parent f44bda00f6
commit cb8c4afb1a
6 changed files with 6 additions and 1 deletions

View File

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

Binary file not shown.

View File

@ -186,6 +186,9 @@ Credits :
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
History : History :
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
V6.1 : 04-Mar-2025 by wavemotion-dave
* Updated for newest custom overlays for latest homebrews.
V6.0 : 01-Jan-2025 by wavemotion-dave V6.0 : 01-Jan-2025 by wavemotion-dave
* Multi-overlays now supported for games like Mr. BASIC Meets Bits 'n Bytes, Lode Runner, Inty BASIC Showcase collections, etc. * Multi-overlays now supported for games like Mr. BASIC Meets Bits 'n Bytes, Lode Runner, Inty BASIC Showcase collections, etc.
* Left/Right overlays now supported for games like Chess, Melody Blaster or World Series Baseball. * Left/Right overlays now supported for games like Chess, Melody Blaster or World Series Baseball.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -325,6 +325,7 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0xEB4383E0 , "MAXIT", "MAXIT", "Maxit.ovl"}, {0xEB4383E0 , "MAXIT", "MAXIT", "Maxit.ovl"},
{0x7A558CF5 , "MAZE", "TRON", "Maze-A-Tron.ovl"}, {0x7A558CF5 , "MAZE", "TRON", "Maze-A-Tron.ovl"},
{0xFF68AA22, "MELODY", "BLASTER", "Melody Blaster.ovl"}, {0xFF68AA22, "MELODY", "BLASTER", "Melody Blaster.ovl"},
{0xd0380fc0, "METEORS", "METEORS", "Meteors.ovl"},
{0xE806AD91 , "MICRO", "SURGEON", "Microsurgeon.ovl"}, {0xE806AD91 , "MICRO", "SURGEON", "Microsurgeon.ovl"},
{0x9D57498F , "MIND", "STRIKE", "Mind Strike.ovl"}, {0x9D57498F , "MIND", "STRIKE", "Mind Strike.ovl"},
{0x64d5cb31, "MISSILE", "DX", "Missile Domination DX.ovl"}, {0x64d5cb31, "MISSILE", "DX", "Missile Domination DX.ovl"},
@ -382,6 +383,7 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0x5AEF02C6 , "RICK", "DYNAMITE", "Rick Dynamite.ovl"}, {0x5AEF02C6 , "RICK", "DYNAMITE", "Rick Dynamite.ovl"},
{0x8910C37A , "RIVER", "RAID", "River Raid.ovl"}, {0x8910C37A , "RIVER", "RAID", "River Raid.ovl"},
{0x95466AD3 , "RIVER", "RAID", "River Raid.ovl"}, {0x95466AD3 , "RIVER", "RAID", "River Raid.ovl"},
{0x2ed0a8a4 , "ROAD", "FIGHTER", "Road Fighter.ovl"},
{0xDCF4B15D , "ROYAL", "DEALER", "Royal Dealer.ovl"}, {0xDCF4B15D , "ROYAL", "DEALER", "Royal Dealer.ovl"},
{0xFFFFFFFF , "ROBOT", "ARMY", "Robot Army.ovl"}, {0xFFFFFFFF , "ROBOT", "ARMY", "Robot Army.ovl"},
{0x8F959A6E , "SNAFU", "SNAFU", "SNAFU.ovl"}, {0x8F959A6E , "SNAFU", "SNAFU", "SNAFU.ovl"},

Binary file not shown.