mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +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
|
; draw border line
|
||||||
|
|
||||||
lda #$55
|
; lda #$55
|
||||||
ldy #38
|
; ldy #38
|
||||||
jsr hline
|
; jsr hline
|
||||||
|
|
||||||
|
|
||||||
;==================
|
;==================
|
||||||
@ -75,12 +75,19 @@ WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
|
|||||||
lda #$6f
|
lda #$6f
|
||||||
ldy #0
|
ldy #0
|
||||||
jsr hline
|
jsr hline
|
||||||
|
lda #$72
|
||||||
|
ldy #38
|
||||||
|
jsr hline
|
||||||
|
|
||||||
|
|
||||||
lda #$4
|
lda #$4
|
||||||
sta DRAW_PAGE
|
sta DRAW_PAGE
|
||||||
lda #$27
|
lda #$27
|
||||||
ldy #0
|
ldy #0
|
||||||
jsr hline
|
jsr hline
|
||||||
|
lda #$f6
|
||||||
|
ldy #38
|
||||||
|
jsr hline
|
||||||
|
|
||||||
;=====================================
|
;=====================================
|
||||||
; Print the apple logos plus vmw logos
|
; Print the apple logos plus vmw logos
|
||||||
@ -137,7 +144,7 @@ wiloop:
|
|||||||
DEX
|
DEX
|
||||||
BNE wiloop
|
BNE wiloop
|
||||||
|
|
||||||
LDA #$55 ; now look for four all grey
|
LDA #$72 ; now look for our border color (4 times)
|
||||||
zloop:
|
zloop:
|
||||||
LDX #$04
|
LDX #$04
|
||||||
qloop:
|
qloop:
|
||||||
|
Loading…
Reference in New Issue
Block a user