mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
e7f1907f38
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
14 lines
251 B
PHP
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
|