Skip to content

Commit c7ce0d3

Browse files
committed
bankset compile for win
1 parent c48f706 commit c7ce0d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

7800bas.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ goto nooptimize
1111
:nooptimize
1212
dasm "%~f1.asm" -I"%bas7800dir%"/includes -f3 -l"%~f1.list.txt" -o"%~f1.bin" | 7800filter
1313
7800sign -w "%~f1.bin"
14+
if not exist banksetrom.asm goto nobankset
15+
dasm "%bas7800dir%"/includes/banksetskeleton.asm -I"%bas7800dir%"/includes -f3 -l"%~f1.list.txt" -o"banksetrom.bin" | 7800filter
16+
copy /b "%~f1.bin"+"banksetrom.bin" "%~f1.bin"
17+
:nobankset
1418
7800header -o -f a78info.cfg "%~f1.bin"
1519
7800makecc2 "%~f1.bin"
1620
goto end

0 commit comments

Comments
 (0)