From 4a092e181b1871fa4d18fc611c64ac10ded3dd58 Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Mon, 27 Feb 2012 19:42:15 +0000 Subject: [PATCH] Add a tiny little boot image in s7d1 so GSport drops you into BASIC vs. the monitor. --- config.template | 20 +++++++++----------- lib/NoBoot.po | Bin 0 -> 512 bytes src/Makefile | 2 ++ 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 lib/NoBoot.po diff --git a/config.template b/config.template index 0186e50..a71d1ec 100644 --- a/config.template +++ b/config.template @@ -1,11 +1,9 @@ -# GSport configuration file - -s5d1 = -s5d2 = - -s6d1 = -s6d2 = - -s7d1 = - - +# GSport configuration file + +s5d1 = +s5d2 = + +s6d1 = +s6d2 = + +s7d1 = NoBoot.po diff --git a/lib/NoBoot.po b/lib/NoBoot.po new file mode 100644 index 0000000000000000000000000000000000000000..0bba913df36cba12bdebb27eccf70ccea2a208f2 GIT binary patch literal 512 RcmZSdVR*nW3Px-Q003Ds0WJUl literal 0 HcmV?d00001 diff --git a/src/Makefile b/src/Makefile index f1bb650..ad74cbd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -51,6 +51,7 @@ gsportmac: $(OBJECTS) compile_time.o mkdir ../GSportDmg/GSport cp ../COPYING.txt ../GSportDmg/GSport cp -f parallel.rom ../GSportDmg/GSport + cp -f ../lib/NoBoot.po ../GSportDmg/GSport mv ../GSport.app ../GSportDmg/GSport cp -f ../config.template ../GSportDmg/GSport/config.txt cp ../GSport.html ../GSportDmg/GSport/GSport.html @@ -71,6 +72,7 @@ gsport.exe: $(OBJECTS) compile_time.o cp -f ../config.template ../GSport.app/config.txt cp -f ../lib/*.ttf ../GSport.app/lib cp -f ../lib/arch/win32/*.dll ../GSport.app + cp -f ../lib/NoBoot.po ../GSport.app cp -f GSport.bat ../GSport.app/GSport.bat cp -f parallel.rom ../GSport.app cp -f ../COPYING.txt ../GSport.app