Update nrio-usb-disk

* Fixed bug with nrio-usb-disk that prevented it from mounting EZP when
using latest version of DLDI. (turns out to be the last sector bug)
* Moved some frequently used functions to ITCM.
This commit is contained in:
ApacheThunder 2024-11-25 20:55:13 -06:00
parent 52cac7b0ab
commit adfb94c5c9
16 changed files with 312 additions and 311 deletions

Binary file not shown.

View File

@ -16,8 +16,8 @@ include $(DEVKITARM)/ds_rules
# all directories are relative to this makefile
#---------------------------------------------------------------------------------
BUILD := build
SOURCES := source
INCLUDES := include
SOURCES := source include include/common include/ez5n
INCLUDES := include include/common include/ez5n
DATA := ../data
GRAPHICS := gfx

View File

@ -51,7 +51,8 @@ static tNDSBanner banner;
static char EZPHardwareVersion[VERSTRING_LENGTH];
static u32 EZPHWVerBuffer[1] = { 0xFFFFFFFF };
extern tNDSBanner hbNoIcon_bin;
extern DTCM_DATA tNDSBanner hbNoIcon_bin;
static inline void writecharRS (int row, int col, u16 car) {
// get map pointer