Skip to content

Commit

Permalink
[CHARSET] Improve ISO fonts (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
akumanatt authored Nov 22, 2023
1 parent 7d90032 commit 5e8b858
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
36 changes: 18 additions & 18 deletions charset/iso-8859-15.s
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
.byte %10011001
.byte %10010001
.byte %10010001
.byte %10010001
.byte %10011111
.byte %10011101
.byte %11000011
.byte %11000001
.byte %11111111

; $01
Expand Down Expand Up @@ -666,9 +666,9 @@
.byte %01100110
.byte %01101110
.byte %01101110
.byte %01101110
.byte %01100000
.byte %01100010
.byte %00111100
.byte %00111110
.byte %00000000

; $41 A
Expand Down Expand Up @@ -1291,15 +1291,15 @@
.byte %00000000
.byte %00000000

; $7f
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
; $7f (nonprintable, repurposed for shade box)
.byte %11001100
.byte %11001100
.byte %00110011
.byte %00110011
.byte %11001100
.byte %11001100
.byte %00110011
.byte %00110011

; $80
.byte %11001111
Expand Down Expand Up @@ -1727,7 +1727,7 @@
.byte %00111100
.byte %00111100
.byte %00000000
.byte %00000000
.byte %00111100
.byte %00000000
.byte %00000000

Expand All @@ -1751,14 +1751,14 @@
.byte %00000000
.byte %00000000

; nonprintable shift-hypen "SHY" (repurposed for Commander X16 logo)
; $ad (-) (nonprintable, repurposed for Commander X16 logo)
.byte %11000011
.byte %11100111
.byte %01111110
.byte %11111111
.byte %00111100
.byte %00011000
.byte %01111110
.byte %01100110
.byte %11100111
.byte %00000000

; $ae ®
Expand Down Expand Up @@ -1887,7 +1887,7 @@
.byte %01101100
.byte %00111000
.byte %00000000
.byte %00000000
.byte %01111100
.byte %00000000
.byte %00000000

Expand Down
24 changes: 12 additions & 12 deletions charset/iso-8859-15_2.s
Original file line number Diff line number Diff line change
Expand Up @@ -1294,14 +1294,14 @@
.byte %00000000

; $7f
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %00000000
.byte %10101010
.byte %01010101
.byte %10101010
.byte %01010101
.byte %10101010
.byte %01010101
.byte %10101010
.byte %01010101

; $80
.byte %11011111
Expand Down Expand Up @@ -1728,7 +1728,7 @@
.byte %01000010
.byte %00111110
.byte %00000000
.byte %00000000
.byte %01111110
.byte %00000000
.byte %00000000
.byte %00000000
Expand Down Expand Up @@ -1756,11 +1756,11 @@
; $ad
.byte %11000011
.byte %11100111
.byte %01111110
.byte %11111111
.byte %00111100
.byte %00011000
.byte %01111110
.byte %01100110
.byte %11100111
.byte %00000000

; $ae
Expand Down Expand Up @@ -1890,7 +1890,7 @@
.byte %00010010
.byte %00001100
.byte %00000000
.byte %00000000
.byte %00011110
.byte %00000000

; $bb
Expand Down

0 comments on commit 5e8b858

Please sign in to comment.