mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-29 13:04:15 +01:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
|
# hconsole input file to build disk/minimal.prg with AHCC
|
||
|
# (see ahcc-gemdos file for more info on commands below)
|
||
|
setopt --statusbar off --fast-forward yes --fastfdc on --conout 2
|
||
|
sleep 2
|
||
|
keydown 29
|
||
|
keypress Z
|
||
|
keyup 29
|
||
|
sleep 1
|
||
|
text ahcc_p.ttp minimal.prj
|
||
|
keypress 28
|
||
|
sleep 5
|
||
|
kill
|
||
|
quit
|