Skip to content

Commit 6606642

Browse files
committed
go.sh --> compile.sh
1 parent 79e3d98 commit 6606642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
2-
cp bestial.stt Fusion-C-v1.2/Working\ Folder/dsk_miguel/
3-
cp navy.stt Fusion-C-v1.2/Working\ Folder/dsk_miguel/
2+
#cp bestial.stt Fusion-C-v1.2/Working\ Folder/dsk_miguel/
3+
#cp navy.stt Fusion-C-v1.2/Working\ Folder/dsk_miguel/
44

55
cd "Fusion-C-v1.2/Working Folder"
66

7-
sdcc --nogcse --noinvariant --noinduction --noloopreverse --no-peep --code-loc 0x180 --data-loc 0x0 --disable-warning 196 -mz80 --no-std-crt0 fusion.lib -L fusion-c/lib/ fusion-c/include/crt0_msxdos_advanced.rel lstate.c && hex2bin -e com lstate.ihx && cp lstate.com dsk_miguel/l.com #&& openmsx -machine turbor -diska dsk_miguel &
7+
sdcc --nogcse --noinvariant --noinduction --noloopreverse --no-peep --code-loc 0x180 --data-loc 0x0 --disable-warning 196 -mz80 --no-std-crt0 fusion.lib -L fusion-c/lib/ fusion-c/include/crt0_msxdos_advanced.rel lstate.c && hex2bin -e com lstate.ihx && cp lstate.com dsk_miguel/l.com
88

99
echo "openmsx -machine turbor -diska Fusion-C-v1.2/Working\ Folder/dsk_miguel/"

0 commit comments

Comments
 (0)