mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-28 14:30:52 +00:00
ootw: l3: steam now going
This commit is contained in:
parent
c43a032d67
commit
4d2b4e0548
@ -14,6 +14,8 @@ ootw_vent:
|
|||||||
sta steam1_state
|
sta steam1_state
|
||||||
sta steam2_state
|
sta steam2_state
|
||||||
sta steam3_state
|
sta steam3_state
|
||||||
|
|
||||||
|
lda #32
|
||||||
sta steam4_state
|
sta steam4_state
|
||||||
|
|
||||||
|
|
||||||
@ -578,9 +580,9 @@ steam4_state: .byte $0
|
|||||||
|
|
||||||
steam_max:
|
steam_max:
|
||||||
steam1_max: .byte 176
|
steam1_max: .byte 176
|
||||||
steam2_max: .byte 176
|
steam2_max: .byte 128
|
||||||
steam3_max: .byte 176
|
steam3_max: .byte 64
|
||||||
steam4_max: .byte 176
|
steam4_max: .byte 64
|
||||||
|
|
||||||
steam_x:
|
steam_x:
|
||||||
steam1_x: .byte 13-1
|
steam1_x: .byte 13-1
|
||||||
@ -601,21 +603,28 @@ steam4_y: .byte 22
|
|||||||
; 4-128 -- on
|
; 4-128 -- on
|
||||||
; 128-132 -- stop
|
; 128-132 -- stop
|
||||||
; 132 - 176 -- off
|
; 132 - 176 -- off
|
||||||
|
; steam#2 (slope) -- 1s on, 3s off
|
||||||
|
; 0-3 -- start
|
||||||
|
; 4 - 32 on
|
||||||
|
; 32 - 36 stop
|
||||||
|
; 36 - 128 off
|
||||||
|
; steam#3/#4 -- 1s on / 1s off (alternate)
|
||||||
|
; 0-3 -- start 0-3 -- start
|
||||||
|
; 4-32 -- on 4-32 -- on
|
||||||
|
; 32-36 -- stop 32-36 -- stop
|
||||||
|
; 36-64 -- off 36-64 -- off
|
||||||
|
|
||||||
steam_stop:
|
steam_stop:
|
||||||
steam1_stop: .byte 128
|
steam1_stop: .byte 128
|
||||||
steam2_stop: .byte 128
|
steam2_stop: .byte 32
|
||||||
steam3_stop: .byte 128
|
steam3_stop: .byte 32
|
||||||
steam4_stop: .byte 128
|
steam4_stop: .byte 32
|
||||||
|
|
||||||
steam_off:
|
steam_off:
|
||||||
steam1_off: .byte 132
|
steam1_off: .byte 132
|
||||||
steam2_off: .byte 132
|
steam2_off: .byte 36
|
||||||
steam3_off: .byte 132
|
steam3_off: .byte 36
|
||||||
steam4_off: .byte 132
|
steam4_off: .byte 36
|
||||||
|
|
||||||
|
|
||||||
; steam#2 (slope) -- 1s on, 3s off
|
|
||||||
; steam#3/#4 -- 1s on / 1s off (alternate)
|
|
||||||
|
|
||||||
|
|
||||||
;==============================
|
;==============================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user