--- hatari/tools/hconsole/example-commands 2019/04/09 08:49:54 1.1 +++ hatari/tools/hconsole/example-commands 2019/04/09 08:54:52 1.1.1.4 @@ -3,13 +3,19 @@ # You can try it with something like this: # hconsole.py example-commands --exit -- --tos etos512k.img # -# I.e. specify TOS image for Hatari and exit after the the input file. +# I.e. specify EmuTOS image for Hatari and exit after the the input file. # -# For more fun, use also Hatari's --bios-intercept option. :-) +# For more fun, use also Hatari's "--conout 2". :-) -# wait for TOS to boot +# without this EmuTOS boot takes 10s more +setopt --fastfdc on --fast-forward on + +# wait for EmuTOS to boot sleep 3 +# boot done, back to normal +setopt --fastfdc off --fast-forward off + # Note: keypress/down/up commands take either one character or # a multidigit key scancode. Scancodes need to be used for keys # that produce non-alphanumeric characters (white space would