dos33fsprogs/games/peasant/qboot.inc
Vince Weaver e7f1907f38 peasant: finally get qboot working across 2 disks
using PRORWTS seek now
also fixed subtle bug in qboot when loading partial tracks

also a bunch of movement in the demo stuff by accident, oops but it's
2am and I'm too lazy to back that out
2022-01-16 02:05:43 -05:00

14 lines
251 B
PHP

seek =$0a28
curtrk_smc =$0a28
phase_smc =$0a33
driveon =$0aa4
wait_1s =$0ab3
driveoff =$0a24
switch_drive1 =$08af
switch_drive2 =$08be
load_new =$0abe
load_address =$0ad7
load_track=load_address+1
load_sector=load_address+2
load_length=load_address+3