mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
split: urgh, alignment
This commit is contained in:
parent
f1f75c2ae2
commit
4f5207efa5
@ -28,6 +28,14 @@
|
||||
; setup mockingboard
|
||||
|
||||
jsr mockingboard_detect_slot4
|
||||
stx MB_DETECTED
|
||||
ldx MB_DETECTED
|
||||
beq no_init_mb
|
||||
|
||||
jsr mockingboard_init
|
||||
|
||||
no_init_mb:
|
||||
|
||||
|
||||
;==========================
|
||||
; setup text screen
|
||||
@ -126,6 +134,7 @@
|
||||
; to avoid false positive found if the horiz blanking is mirroring
|
||||
; the line (max 3 repeats in that case)
|
||||
|
||||
|
||||
vapor_lock_loop:
|
||||
LDA #$A0
|
||||
zxloop:
|
||||
@ -165,6 +174,9 @@ loopB:
|
||||
dey ; 2
|
||||
bne loopA ; 2nt/3
|
||||
|
||||
jmp display_loop
|
||||
.align $100
|
||||
|
||||
;=====================================================
|
||||
;=====================================================
|
||||
; Loop forever display loop
|
||||
|
Loading…
Reference in New Issue
Block a user