mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-15 20:30:11 +00:00
kfest: display static images
This commit is contained in:
parent
7470242e55
commit
5f117e5734
@ -57,45 +57,49 @@ WAIT = $FCA8 ;; delay 1/2(26+27A+5A^2) us
|
||||
|
||||
|
||||
;==================
|
||||
; Draw Temp Rasters
|
||||
; Draw Top Border
|
||||
;==================
|
||||
; F -> 7 -> 6 -> 2, so
|
||||
|
||||
lda #$0
|
||||
sta DRAW_PAGE
|
||||
lda #$b1
|
||||
ldy #10
|
||||
jsr hline
|
||||
lda #$3f
|
||||
ldy #12
|
||||
lda #$6f
|
||||
ldy #0
|
||||
jsr hline
|
||||
|
||||
; lda #$3f
|
||||
; ldy #12
|
||||
; jsr hline
|
||||
|
||||
lda #$4
|
||||
sta DRAW_PAGE
|
||||
lda #$f3
|
||||
ldy #10
|
||||
jsr hline
|
||||
lda #$1b
|
||||
ldy #12
|
||||
lda #$27
|
||||
ldy #0
|
||||
jsr hline
|
||||
; lda #$1b
|
||||
; ldy #12
|
||||
; jsr hline
|
||||
|
||||
|
||||
|
||||
;=====================================
|
||||
; Print the apple logos plus vmw logos
|
||||
;=====================================
|
||||
|
||||
; temporarily draw HELLO
|
||||
|
||||
ldy CURRENT_OFFSET
|
||||
ldy #$9c
|
||||
ldx #0
|
||||
data_loop2:
|
||||
lda words,Y
|
||||
sta $6d0,X
|
||||
sta $7a8,X
|
||||
|
||||
lda words2,Y
|
||||
sta $750,X
|
||||
sta $450,X
|
||||
|
||||
lda words3,Y
|
||||
sta $ad0,X
|
||||
sta $ba8,X
|
||||
|
||||
lda words4,Y
|
||||
sta $b50,X
|
||||
sta $850,X
|
||||
|
||||
iny
|
||||
inx
|
||||
@ -353,14 +357,14 @@ words:
|
||||
; L O R E S
|
||||
.byte $D1,$00,$00, $D0,$01,$D0,$00, $D1,$01,$D1,$00, $D1,$01,$00, $D1,$D1,$00
|
||||
; Apple
|
||||
.byte $00,$00,$C0,$C0,$CC,$C0,$00,$00
|
||||
.byte $0,$0,$00,$C0,$C0,$CC,$C0,$00,$0,$0
|
||||
; VMW Logo
|
||||
.byte $0,$0,$11,$11,$11,$11,$11,$44, $22,$22,$22,$22,$22,$44, $22,$22,$22,$22,$22,$00
|
||||
; Apple
|
||||
.byte $0,$0,$00,$C0,$C0,$CC,$C0,$0
|
||||
.byte $0,$0,$0,$00,$C0,$C0,$CC,$C0,$0,$0
|
||||
|
||||
|
||||
.repeat 64
|
||||
.repeat 60
|
||||
.byte $0
|
||||
.endrep
|
||||
words2:
|
||||
@ -374,11 +378,11 @@ words2:
|
||||
.byte $00,$00,$24,$00, $04,$20,$04,$00, $00,$04,$00,$00
|
||||
.byte $00,$00,$24,$00, $24,$20,$24,$00, $00,$00
|
||||
.byte $24,$20,$00, $04,$20,$04,$00, $24,$04,$20,$00, $24,$20,$00, $20,$24,$00
|
||||
.byte $00,$29,$29,$29,$29,$20,$00,$00
|
||||
.byte $0,$0,$29,$29,$29,$29,$20,$00,$0,$0
|
||||
.byte $0,$0,$00,$01,$11,$41,$44,$44, $44,$42,$22,$42,$44,$44, $44,$42,$22,$02,$00,$00
|
||||
.byte $0,$0,$29,$29,$29,$29,$20,$0
|
||||
.byte $0,$0,$0,$29,$29,$29,$29,$20,$0,$0
|
||||
|
||||
.repeat 64
|
||||
.repeat 60
|
||||
.byte $0
|
||||
.endrep
|
||||
words3:
|
||||
@ -392,11 +396,11 @@ words3:
|
||||
.byte $C9,$C0,$C9,$00, $C9,$00,$C9,$00, $00,$C0,$00,$00
|
||||
.byte $C9,$C0,$C9,$00, $C9,$C0,$C0,$00, $00,$00
|
||||
.byte $C9,$00,$00, $C9,$00,$C9,$00, $C9,$C0,$C9,$00, $C9,$C0,$00, $C9,$C0,$00
|
||||
.byte $00,$D0,$D0,$DC,$D0,$00,$00,$00
|
||||
.byte $0,$0,$D0,$D0,$DC,$D0,$00,$0,$0,$0
|
||||
.byte $0,$0,$01,$11,$11,$11,$41,$44, $42,$22,$22,$22,$42,$44, $42,$22,$22,$22,$02,$00
|
||||
.byte $0,$0,$D0,$D0,$DC,$D0,$00,$0
|
||||
.byte $0,$0,$0,$D0,$D0,$DC,$D0,$00,$0,$0
|
||||
|
||||
.repeat 64
|
||||
.repeat 60
|
||||
.byte $0
|
||||
.endrep
|
||||
words4:
|
||||
@ -410,11 +414,11 @@ words4:
|
||||
.byte $00,$00,$06,$00, $06,$00,$06,$00, $06,$00,$06,$00
|
||||
.byte $00,$00,$06,$00, $06,$00,$06,$00, $00,$00
|
||||
.byte $06,$00,$00, $06,$00,$06,$00, $06,$00,$06,$00, $06,$00,$00, $00,$04,$00
|
||||
.byte $00,$01,$61,$61,$61,$01,$00,$00
|
||||
.byte $0,$0,$01,$61,$61,$61,$01,$00,$0,$0
|
||||
.byte $0,$0,$00,$01,$11,$41,$44,$44, $44,$42,$22,$42,$44,$44, $44,$42,$22,$02,$00,$00
|
||||
.byte $0,$0,$01,$61,$61,$61,$01,$0
|
||||
.byte $0,$0,$0,$01,$61,$61,$61,$01,$0,$0
|
||||
|
||||
.repeat 64
|
||||
.repeat 60
|
||||
.byte $0
|
||||
.endrep
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user