--- hatari/tests/tosboot/disk/ahcc-gemdos 2019/04/09 08:51:35 1.1 +++ hatari/tests/tosboot/disk/ahcc-gemdos 2019/04/09 08:53:51 1.1.1.3 @@ -1,16 +1,20 @@ # hconsole input file to build disk/gemdos.prg with AHCC # # usage: -# 1. symlink ahcc_p.ttp program, include and lib directories for -# AHCC under disk/ directory +# 1. symlink ahcc_p.ttp program, include and lib directories for AHCC +# under the same directory where this script and sources are # 2. run: -# hconsole.py disk/ahcc-build -- -m --machine tt --tos etos512k.img disk +# hconsole.py ./ahcc-gemdos -- --machine tt -s 14 -m --tos etos512.img . +# +# Notes: +# - EmuTOS 512k is needed for EmuCON console +# - AHCC requires 030 machine (alternatively you can use AHCCST) # boot faster (1s instead of >10s) and show EmuCON output on console -setopt --fast-forward yes --fastfdc on --bios-intercept +setopt --statusbar off --fast-forward yes --fastfdc on --conout 2 # wait for EmuTOS to boot -sleep 1 +sleep 2 # Invoke EmuCON with ^Z: Control down, press Z, Control up keydown 29 @@ -23,7 +27,7 @@ text ahcc_p.ttp gemdos.prj keypress 28 # wait build to finish -sleep 3 +sleep 5 # kill hatari kill