add bootstrap for iSmart premium

This commit is contained in:
Dave Murphy 2017-08-20 14:44:47 +01:00
parent 45fbc55b50
commit c280805f86
3 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@ export TOPDIR := $(CURDIR)
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# main targets # main targets
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
all: checkarm7 checkarm9 _DS_MENU.DAT ez5sys.bin akmenu4.nds TTMENU.DAT _BOOT_MP.NDS bootstrap.cia all: checkarm7 checkarm9 ismat.dat _DS_MENU.DAT ez5sys.bin akmenu4.nds TTMENU.DAT _BOOT_MP.NDS bootstrap.cia
_DS_MENU.DAT : $(TARGET).nds _DS_MENU.DAT : $(TARGET).nds
@dlditool r4tfv2.dldi $< @dlditool r4tfv2.dldi $<
@ -38,6 +38,10 @@ _BOOT_MP.NDS : $(TARGET).nds
@cp $< $@ @cp $< $@
@dlditool mpcf.dldi $@ @dlditool mpcf.dldi $@
ismat.dat : $(TARGET).nds
@cp $< $@
@dlditool mati.dldi $@
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# Building separate .dsi and .nds binaries here is done purely to allow the .nds # Building separate .dsi and .nds binaries here is done purely to allow the .nds
# binary to be used to replace various flashcart boot menus. # binary to be used to replace various flashcart boot menus.

BIN
BootStrap/mati.dldi Normal file

Binary file not shown.

View File

@ -122,7 +122,7 @@ dist: all
@rm -fr hbmenu @rm -fr hbmenu
@mkdir -p hbmenu/nds @mkdir -p hbmenu/nds
@cp hbmenu.nds hbmenu/BOOT.NDS @cp hbmenu.nds hbmenu/BOOT.NDS
@cp BootStrap/_BOOT_MP.NDS BootStrap/TTMENU.DAT BootStrap/_DS_MENU.DAT BootStrap/ez5sys.bin BootStrap/akmenu4.nds hbmenu @cp BootStrap/_BOOT_MP.NDS BootStrap/TTMENU.DAT BootStrap/_DS_MENU.DAT BootStrap/ez5sys.bin BootStrap/akmenu4.nds BootStrap/ismat.dat hbmenu
@cp BootStrap/bootstrap.cia hbmenu @cp BootStrap/bootstrap.cia hbmenu
@cp testfiles/* hbmenu/nds @cp testfiles/* hbmenu/nds
@tar -cvjf hbmenu-$(VERSION).tar.bz2 hbmenu README.md COPYING -X exclude.lst @tar -cvjf hbmenu-$(VERSION).tar.bz2 hbmenu README.md COPYING -X exclude.lst