mirror of
https://github.com/mi57730/a2d.git
synced 2025-02-18 02:30:50 +00:00
Move last row of font from desktop.s to inc/font.inc
Missed when determining the font definition.
This commit is contained in:
parent
efabe00f3c
commit
909c3427e8
@ -40,25 +40,6 @@ INVOKER_FILENAME := $280 ; File to invoke (PREFIX must be set)
|
||||
|
||||
;;; ============================================================
|
||||
|
||||
;; ???
|
||||
|
||||
L8C83: .byte $00,$00,$00,$00,$77,$30,$01
|
||||
.byte $00,$00,$7F,$00,$00,$7F,$00,$00
|
||||
.byte $00,$00,$00,$7A,$00,$00,$00,$00
|
||||
.byte $00,$14,$55,$2A,$00,$7F,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$01,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $0E,$00,$00,$07,$00,$00,$00,$00
|
||||
.byte $00,$03,$18,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$0E,$00,$00,$00,$00,$00
|
||||
|
||||
.assert * = $8D02, error, "Segment length mismatch"
|
||||
PAD_TO $8E00
|
||||
|
||||
|
@ -58,6 +58,7 @@ font_definition:
|
||||
.byte $03,$03,$0C,$03,$03,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$06,$00,$00,$00
|
||||
.byte $00,$00,$00,$04,$01,$01,$05,$00
|
||||
|
||||
.byte $00,$7F,$00,$21,$1C,$03,$01,$00
|
||||
.byte $00,$01,$08,$08,$40,$20,$41,$41
|
||||
.byte $00,$00,$42,$00,$00,$00,$08,$00
|
||||
@ -74,6 +75,7 @@ font_definition:
|
||||
.byte $03,$00,$00,$03,$03,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$06,$00,$00,$00
|
||||
.byte $00,$00,$00,$02,$01,$02,$0A,$00
|
||||
|
||||
.byte $00,$41,$00,$12,$08,$07,$01,$00
|
||||
.byte $0C,$01,$08,$1C,$40,$20,$5D,$5D
|
||||
.byte $77,$03,$04,$1F,$0C,$18,$1C,$0C
|
||||
@ -90,6 +92,7 @@ font_definition:
|
||||
.byte $0F,$03,$0C,$1B,$03,$1F,$0F,$0E
|
||||
.byte $0F,$1E,$0F,$1E,$1F,$1B,$1B,$23
|
||||
.byte $1B,$1B,$1F,$02,$01,$02,$00,$00
|
||||
|
||||
.byte $00,$41,$3F,$0C,$08,$0F,$01,$00
|
||||
.byte $06,$01,$08,$3E,$40,$24,$45,$55
|
||||
.byte $52,$02,$08,$0A,$00,$30,$36,$12
|
||||
@ -106,6 +109,7 @@ font_definition:
|
||||
.byte $1B,$03,$0C,$0F,$03,$2B,$1B,$1B
|
||||
.byte $1B,$1B,$1B,$03,$06,$1B,$1B,$2B
|
||||
.byte $0E,$1B,$18,$01,$01,$04,$00,$2A
|
||||
|
||||
.byte $00,$01,$20,$0C,$08,$1F,$01,$7F
|
||||
.byte $7F,$01,$6B,$6B,$40,$26,$45,$4D
|
||||
.byte $12,$02,$3E,$0A,$3F,$7F,$63,$21
|
||||
@ -122,6 +126,7 @@ font_definition:
|
||||
.byte $1B,$03,$0C,$07,$03,$2B,$1B,$1B
|
||||
.byte $1B,$1B,$03,$0E,$06,$1B,$1B,$2B
|
||||
.byte $04,$1B,$0C,$02,$01,$02,$00,$14
|
||||
|
||||
.byte $00,$01,$20,$12,$08,$3F,$01,$00
|
||||
.byte $06,$01,$3E,$08,$40,$3F,$5D,$55
|
||||
.byte $12,$02,$10,$0A,$00,$30,$7F,$12
|
||||
@ -138,6 +143,7 @@ font_definition:
|
||||
.byte $1B,$03,$0C,$0F,$03,$2B,$1B,$1B
|
||||
.byte $1B,$1B,$03,$18,$06,$1B,$0E,$2B
|
||||
.byte $0E,$1B,$06,$02,$01,$02,$00,$2A
|
||||
|
||||
.byte $00,$01,$20,$2D,$08,$0D,$01,$00
|
||||
.byte $0C,$01,$1C,$08,$40,$06,$41,$41
|
||||
.byte $00,$00,$1A,$0A,$0C,$18,$00,$0C
|
||||
@ -154,6 +160,7 @@ font_definition:
|
||||
.byte $1B,$03,$0C,$1B,$03,$2B,$1B,$0E
|
||||
.byte $0F,$1E,$03,$0F,$06,$1E,$04,$1F
|
||||
.byte $1B,$1E,$1F,$04,$01,$01,$00,$14
|
||||
|
||||
.byte $00,$7F,$3F,$3F,$1C,$18,$01,$00
|
||||
.byte $00,$01,$08,$08,$40,$04,$3E,$3E
|
||||
.byte $00,$00,$4F,$00,$00,$00,$00,$00
|
||||
@ -170,4 +177,21 @@ font_definition:
|
||||
.byte $00,$00,$0C,$00,$00,$00,$00,$00
|
||||
.byte $03,$18,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$18,$00,$00,$00,$00,$00,$2A
|
||||
|
||||
L8C83: .byte $00,$00,$00,$00,$77,$30,$01
|
||||
.byte $00,$00,$7F,$00,$00,$7F,$00,$00
|
||||
.byte $00,$00,$00,$7A,$00,$00,$00,$00
|
||||
.byte $00,$14,$55,$2A,$00,$7F,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$01,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$00,$00,$00,$00,$00,$00
|
||||
.byte $0E,$00,$00,$07,$00,$00,$00,$00
|
||||
.byte $00,$03,$18,$00,$00,$00,$00,$00
|
||||
.byte $00,$00,$0E,$00,$00,$00,$00,$00
|
||||
;; end of font glyphs
|
||||
|
Loading…
x
Reference in New Issue
Block a user