|
|
1.1 root 1: # hconsole input file to build disk/gemdos.prg with AHCC
2: #
3: # usage:
4: # 1. symlink ahcc_p.ttp program, include and lib directories for
5: # AHCC under disk/ directory
6: # 2. run:
7: # hconsole.py disk/ahcc-build -- -m --machine tt --tos etos512k.img disk
8:
9: # boot faster (1s instead of >10s) and show EmuCON output on console
10: setopt --fast-forward yes --fastfdc on --bios-intercept
11:
12: # wait for EmuTOS to boot
13: sleep 1
14:
15: # Invoke EmuCON with ^Z: Control down, press Z, Control up
16: keydown 29
17: keypress Z
18: keyup 29
19:
20: # output command to re-build test.prg
21: text ahcc_p.ttp gemdos.prj
22: # press Return to execute it
23: keypress 28
24:
25: # wait build to finish
26: sleep 3
27:
28: # kill hatari
29: kill
30: quit
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.