mirror of https://github.com/zxdos/zxuno.git
18 lines
470 B
Batchfile
18 lines
470 B
Batchfile
@rem SPDX-FileCopyrightText: 2016, 2021 Antonio Villena
|
|
@rem
|
|
@rem SPDX-License-Identifier: GPL-3.0-only
|
|
@call ..\..\sdk\setenv.bat
|
|
FuenteABin fuente6x8.png fuente6x8.bin
|
|
Png2Rcs fondo.png fondo.rcs -a fondo.atr
|
|
sjasmplus scroll.asm
|
|
call :getfilesize scroll.bin
|
|
echo define filesize %_filesize% > define.asm
|
|
zx7b scroll.bin scroll.bin.zx7b
|
|
sjasmplus scrolldesc.asm
|
|
GenTape scroll.tap basic "SCROLL" 0 scrolldesc.bin
|
|
goto :eof
|
|
|
|
:getfilesize
|
|
set _filesize=%~z1
|
|
goto :eof
|