Version 5.9 with a large number of new custom overlays (see readme.md and the extras.zip pack)

This commit is contained in:
Dave Bernazzani 2024-10-27 07:02:24 -04:00
parent 5267364001
commit 1c781c18a3
6 changed files with 12 additions and 1 deletions

View File

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

Binary file not shown.

View File

@ -168,6 +168,9 @@ Credits :
--------------------------------------------------------------------------------
History :
--------------------------------------------------------------------------------
V5.9 : 27-Oct-2024 by wavemotion-dave
* Overlay overload... more than 220 custom Nintellivision overlays in the extras.zip pack.
V5.8 : 20-Oct-2024 by wavemotion-dave
* Fix for game selection to revert to the proper directory (the last one you were in to select games).
* Fix for MOB collisions to not render for off-screen pixels which fixes the various Baseball Games (couldn't pick up ball in outfield).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -222,6 +222,7 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0xC92BAAE8 , "BURGER", "TIME", "Burger Time.ovl"},
{0xFFFFFFFF , "BURGRTM", "BURGRTM", "Burger Time.ovl"},
{0xFFFFFFFF , "SUPER", "CHEF", "Burger Time.ovl"},
{0xFFFFFFFF , "MASTER", "CHEF", "Burger Time.ovl"},
{0xFA492BBD , "BUZZ", "BOMBERS", "Buzz Bombers.ovl"},
{0xFA492BBD , "BUZZ", "BOMBERS", "Buzz Bombers.ovl"},
{0xFFFFFFFF , "CAT", "ATTACK", "Cat Attack.ovl"},
@ -304,10 +305,12 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0x9D57498F , "MIND", "STRIKE", "Mind Strike.ovl"},
{0xec2e2320 , "MISSILE", "DOMINATION", "Missile Domination.ovl"},
{0x11FB9974 , "MISSION", "X", "Mission X.ovl"},
{0xb229d5c7 , "MOON", "BLAST", "Moon Blast.ovl"},
{0x5F6E1AF6 , "MOTOCROSS", "MOTOCROSS", "Motocross.ovl"},
{0x598662F2 , "MOUSE", "TRAP", "Mouse Trap.ovl"},
{0xE367E450 , "MR", "CHESS", "MrChess.ovl"},
{0xDBAB54CA , "NASL", "SOCCER", "NASL Soccer.ovl"},
{0x09dc0db2 , "NINJA", "ODYSSEY", "Ninja Odyssey.ovl"},
{0x4B91CF16 , "NFL", "FOOTBALL", "NFL Football.ovl"},
{0x613e109b , "JR", "PAC", "Jr Pac-Man.ovl"},
{0x0753544F , "MS", "PAC", "Ms Pac-Man.ovl"},
@ -398,6 +401,8 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0x07FB9435 , "SOLAR", "SAILOR", "TRON Solar Sailor.ovl"},
{0xbb759a58 , "SOLAR", "SAILER", "TRON Solar Sailor.ovl"},
{0xFFFFFFFF , "TRON", "SOLAR", "TRON Solar Sailor.ovl"},
{0x4c963cb2 , "TENNIS2", "TENNIS2", "Super Pro Tennis.ovl"},
{0x4c963cb2 , "SUPER", "TENNIS", "Super Pro Tennis.ovl"},
{0x03E9E62E , "TENNIS", "TENNIS", "Tennis.ovl"},
{0xB7923858 , "SHOW", "MUST", "The Show Must Go On.ovl"},
{0xF3DF94E0 , "THIN", "ICE", "Thin Ice.ovl"},
@ -441,6 +446,9 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0xFFFFFFFF , "KEYSTONE", "KOPPS", "Keystone Kopps.ovl"},
{0xFFFFFFFF , "MR", "TURTLE", "Mr Turtle.ovl"},
{0xFFFFFFFF , "QUEST", "TIRES", "BC Quest for Tires.ovl"},
{0xFFFFFFFF , "KLAX", "KLAX", "Klax.ovl"},
{0xFFFFFFFF , "AARDVARK", "AARDVARK", "Aardvark.ovl"},
{0x51870e4a , "UPMONSTER", "UPMONSTER", "Upmonsters.ovl"},
{0x00000000 , "xxx", "zzz", "generic.ovl"},
};

Binary file not shown.