mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-26 05:32:12 +00:00
Add a tiny little boot image in s7d1 so GSport drops you into BASIC vs. the monitor.
This commit is contained in:
parent
ddb9a59b5e
commit
4a092e181b
@ -1,11 +1,9 @@
|
||||
# GSport configuration file
|
||||
|
||||
s5d1 =
|
||||
s5d2 =
|
||||
|
||||
s6d1 =
|
||||
s6d2 =
|
||||
|
||||
s7d1 =
|
||||
|
||||
|
||||
# GSport configuration file
|
||||
|
||||
s5d1 =
|
||||
s5d2 =
|
||||
|
||||
s6d1 =
|
||||
s6d2 =
|
||||
|
||||
s7d1 = NoBoot.po
|
||||
|
BIN
lib/NoBoot.po
Normal file
BIN
lib/NoBoot.po
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user