We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48f706 commit c7ce0d3Copy full SHA for c7ce0d3
1 file changed
7800bas.bat
@@ -11,6 +11,10 @@ goto nooptimize
11
:nooptimize
12
dasm "%~f1.asm" -I"%bas7800dir%"/includes -f3 -l"%~f1.list.txt" -o"%~f1.bin" | 7800filter
13
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
18
7800header -o -f a78info.cfg "%~f1.bin"
19
7800makecc2 "%~f1.bin"
20
goto end
0 commit comments