A more Atari font for the Color Test

This commit is contained in:
Michael Martin 2018-09-20 21:53:51 -07:00
parent 778fbf7e2c
commit f6990095c1
1 changed files with 18 additions and 18 deletions

View File

@ -238,7 +238,7 @@ header_done:
* sta WSYNC * sta WSYNC
dey dey
bne - bne -
ldy #$06 ldy #$05
* lda (high_nybble), y * lda (high_nybble), y
sta GRP0 sta GRP0
lda (low_nybble), y lda (low_nybble), y
@ -312,7 +312,7 @@ header_done:
sta WSYNC sta WSYNC
stx PF1 stx PF1
stx PF2 stx PF2
ldx #$08 ldx #$0a
* sta WSYNC * sta WSYNC
dex dex
bne - bne -
@ -355,37 +355,37 @@ digits_low:
.byte <digit_c, <digit_d, <digit_e, <digit_f .byte <digit_c, <digit_d, <digit_e, <digit_f
digit_0: digit_0:
.byte $3c,$66,$66,$76,$6e,$66,$3c .byte $3c,$66,$76,$6e,$66,$3c
digit_1: digit_1:
.byte $7e,$18,$18,$18,$38,$18,$18 .byte $7e,$18,$18,$18,$38,$18
digit_2: digit_2:
.byte $7e,$60,$30,$0c,$06,$66,$3c .byte $7e,$30,$18,$0c,$66,$3c
digit_3: digit_3:
.byte $3c,$66,$06,$1c,$06,$66,$3c .byte $3c,$66,$0c,$18,$0c,$7e
digit_4: digit_4:
.byte $06,$06,$7f,$66,$1e,$0e,$06 .byte $0c,$7e,$6c,$3c,$1c,$0c
digit_5: digit_5:
.byte $3c,$66,$06,$06,$7c,$60,$7e .byte $3c,$66,$06,$7c,$60,$7e
digit_6: digit_6:
.byte $3c,$66,$66,$7c,$60,$66,$3c .byte $3c,$66,$66,$7c,$60,$3c
digit_7: digit_7:
.byte $18,$18,$18,$18,$0c,$66,$7e .byte $30,$30,$18,$0c,$06,$7e
digit_8: digit_8:
.byte $3c,$66,$66,$3c,$66,$66,$3c .byte $3c,$66,$66,$3c,$66,$3c
digit_9: digit_9:
.byte $3c,$66,$06,$3e,$66,$66,$3c .byte $38,$0c,$06,$3e,$66,$3c
digit_a: digit_a:
.byte $66,$66,$66,$7e,$66,$3c,$18 .byte $66,$7e,$66,$66,$3c,$18
digit_b: digit_b:
.byte $7c,$66,$66,$7c,$66,$66,$7c .byte $7c,$66,$66,$7c,$66,$7c
digit_c: digit_c:
.byte $3c,$66,$60,$60,$60,$66,$3c .byte $3c,$66,$60,$60,$66,$3c
digit_d: digit_d:
.byte $78,$6c,$66,$66,$66,$6c,$78 .byte $78,$6c,$66,$66,$6c,$78
digit_e: digit_e:
.byte $7e,$60,$60,$78,$60,$60,$7e .byte $7e,$60,$60,$7c,$60,$7e
digit_f: digit_f:
.byte $60,$60,$60,$78,$60,$60,$7e .byte $60,$60,$60,$7c,$60,$7e
;;; Interrupt vectors. ;;; Interrupt vectors.
.advance $FFFA .advance $FFFA
.word reset, reset, reset .word reset, reset, reset