split: urgh, alignment

This commit is contained in:
Vince Weaver 2018-07-06 11:05:58 -04:00
parent f1f75c2ae2
commit 4f5207efa5

View File

@ -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