mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
raster: have it looking nice
This commit is contained in:
parent
e40b2f9679
commit
0022b72ca8
@ -60,9 +60,9 @@ WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
|
||||
|
||||
; draw border line
|
||||
|
||||
lda #$55
|
||||
ldy #38
|
||||
jsr hline
|
||||
; lda #$55
|
||||
; ldy #38
|
||||
; jsr hline
|
||||
|
||||
|
||||
;==================
|
||||
@ -75,12 +75,19 @@ WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
|
||||
lda #$6f
|
||||
ldy #0
|
||||
jsr hline
|
||||
lda #$72
|
||||
ldy #38
|
||||
jsr hline
|
||||
|
||||
|
||||
lda #$4
|
||||
sta DRAW_PAGE
|
||||
lda #$27
|
||||
ldy #0
|
||||
jsr hline
|
||||
lda #$f6
|
||||
ldy #38
|
||||
jsr hline
|
||||
|
||||
;=====================================
|
||||
; Print the apple logos plus vmw logos
|
||||
@ -137,7 +144,7 @@ wiloop:
|
||||
DEX
|
||||
BNE wiloop
|
||||
|
||||
LDA #$55 ; now look for four all grey
|
||||
LDA #$72 ; now look for our border color (4 times)
|
||||
zloop:
|
||||
LDX #$04
|
||||
qloop:
|
||||
|
Loading…
Reference in New Issue
Block a user