mirror of
https://github.com/erkyrath/infocom-zcode-terps.git
synced 2026-03-07 03:16:04 +00:00
11 lines
142 B
Batchfile
11 lines
142 B
Batchfile
@echo off
|
|
hm\hma6502 boot.asm -e -s -x -p -r
|
|
ask "Want to fix boot.bin?",yn
|
|
if errorlevel 2 goto no
|
|
hm\itob boot
|
|
nu boot.bin
|
|
:no
|
|
|
|
|
|
|