Version 5.6b with new overlays included.

This commit is contained in:
Dave Bernazzani 2024-10-08 18:43:35 -04:00
parent ab45ad28c7
commit 163f3457e6
5 changed files with 2 additions and 8 deletions

View File

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

Binary file not shown.

View File

@ -38,13 +38,6 @@ class MemoryBus
inline UINT16 peek(UINT16 location) {if (((UINT16 *) 0x06820000)[location] == 1) return readableMemorySpace[location>>MEM_DIV][0]->peek(location); else return peek_slow(location);}
UINT16 peek_slow(UINT16 location);
// ------------------------------------------------------------------------------------------------
// Since PC fetched memory should be mostly static and 16-bits... we pre-load into fast_memory[]
// for blazingly (relatively!) fast access... we are utilizing VRAM which is a bit faster than
// main ram - especially when we don't hit the cache just right.
// ------------------------------------------------------------------------------------------------
inline UINT16 peek_pc(void) {return *((UINT16 *)(0x06860000 | (r[7]<<1)));}
void poke(UINT16 location, UINT16 value);
void poke_cheat(UINT16 location, UINT16 value);

View File

@ -226,6 +226,7 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0xFFFFFFFF , "D2K", "D2K", "D1K.ovl"},
{0xFFFFFFFF , "DK", "JR", "DKJr.ovl"},
{0xFFFFFFFF , "KONG", "JR", "DKJr.ovl"},
{0xba346dbd , "DEATH", "RACE", "Death Race.ovl"},
{0xFFFFFFFF , "DEFENDER", "CROWN", "Defender of the Crown.ovl"},
{0x5E6A8CD8 , "DEMON", "ATTACK", "Demon Attack.ovl"},
{0x13EE56F1 , "DINER", "DINER", "Diner.ovl"},

Binary file not shown.