mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-08 16:30:38 +00:00
86 lines
1.3 KiB
ArmAsm
86 lines
1.3 KiB
ArmAsm
.include "../zp.inc"
|
|
.include "../disk02_files/disk02_defines.inc"
|
|
.include "../disk05_files/disk05_defines.inc"
|
|
.include "../disk38_files/disk38_defines.inc"
|
|
.include "../disk00_files/disk00_defines.inc"
|
|
|
|
which_disk_bcd:
|
|
.byte $04 ; BCD
|
|
|
|
which_disk_bin:
|
|
.byte 4
|
|
|
|
load_address_array:
|
|
.byte $40,$40,$40,$40 ; TITLE, BRIDGE1, BRIDGE2, TUNNEL1
|
|
.byte $40,$40,$40,$40 ; TUNNEL3
|
|
|
|
track_array:
|
|
.byte 0, 2, 7,12 ; TITLE, BRIDGE1, BRIDGE2, TUNNEL1
|
|
.byte 17,22,27,0 ; TUNNEL3
|
|
|
|
sector_array:
|
|
.byte 8, 0, 0, 0 ; TITLE, BRIDGE1, BRIDGE2, TUNNEL1
|
|
.byte 0,0,0,0 ; TUNNEL3
|
|
|
|
length_array:
|
|
.byte 8, 80,80,80 ; TITLE, BRIDGE1, BRIDGE2, TUNNEL1
|
|
.byte 80,80,80,0 ; TUNNEL3
|
|
|
|
|
|
disk_exit_disk: ; note: not BCD anymore
|
|
.byte 2
|
|
.byte 38
|
|
.byte 5
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|
|
|
|
disk_exit_disk_bcd:
|
|
.byte $02
|
|
.byte $38
|
|
.byte $05
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|
|
|
|
|
|
disk_exit_dni_h:
|
|
.byte 0
|
|
.byte 1 ; 1*25 + 2*5 + 3*1
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|
|
|
|
disk_exit_dni_l:
|
|
.byte $02
|
|
.byte $23
|
|
.byte $10
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|
|
|
|
;
|
|
disk_exit_load:
|
|
.byte LOAD_BRIDGE
|
|
.byte LOAD_PROJECTOR
|
|
.byte LOAD_CHAIR
|
|
.byte 0
|
|
.byte 0
|
|
.byte LOAD_CYAN
|
|
disk_exit_level:
|
|
.byte RIVEN_BRIDGE
|
|
.byte RIVEN_PROJECTOR
|
|
.byte RIVEN_CHAIR
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|
|
|
|
disk_exit_direction:
|
|
.byte DIRECTION_W
|
|
.byte DIRECTION_W
|
|
.byte DIRECTION_N
|
|
.byte 0
|
|
.byte 0
|
|
.byte 0
|