mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
New question mark for SAA5051 and SAA5052
It's a different shape from the one used by the other chips. Checked against the 1982 datasheet and a real SAA5051.
This commit is contained in:
parent
20e3456c3e
commit
036d2b3e15
@ -371,6 +371,7 @@ static struct glyph {
|
||||
{{000,000,000,000,000,014,014,000,000}, 0xf1d1, "period.saa5051" },
|
||||
{{000,000,000,010,000,000,010,000,000}, 0xf1d2, "colon.saa5051" },
|
||||
{{000,000,010,000,000,010,010,020,000}, 0xf1d3, "semicolon.saa5051" },
|
||||
{{016,021,001,002,004,000,004,000,000}, -1, "question.saa5051" },
|
||||
{{016,021,020,016,021,016,001,021,016}, 0x00a7, "section" },
|
||||
{{036,011,011,011,011,011,036,000,000}, -1, "D.saa5051" },
|
||||
{{002,002,002,002,002,022,014,000,000}, -1, "J.saa5051" },
|
||||
@ -392,6 +393,7 @@ static struct glyph {
|
||||
ALIAS("period.saa5052", "period.saa5051"),
|
||||
ALIAS("colon.saa5052", "colon.saa5051"),
|
||||
ALIAS("semicolon.saa5052", "semicolon.saa5051"),
|
||||
ALIAS("question.saa5052", "question.saa5051"),
|
||||
{{002,004,037,020,036,020,037,000,000}, 0x00c9, "Eacute" },
|
||||
{{016,011,011,011,011,011,016,000,000}, 0xf1d4, "D.saa5052" },
|
||||
ALIAS("J.saa5052", "J.saa5051"),
|
||||
|
||||
3
rom.ps
3
rom.ps
@ -36,7 +36,8 @@
|
||||
/parenleft/parenright/asterisk/plus
|
||||
/comma.saa5051/hyphen/period.saa5051/slash
|
||||
/zero/one/two/three/four/five/six/seven
|
||||
/eight/nine/colon.saa5051/semicolon.saa5051/less/equal/greater/question
|
||||
/eight/nine/colon.saa5051/semicolon.saa5051
|
||||
/less/equal/greater/question.saa5051
|
||||
/section/A/B/C/D.saa5051/E/F/G/H/I/J.saa5051/K/L.saa5051/M/N/O
|
||||
/P/Q/R/S/T/U/V/W
|
||||
/X/Y/Z/Adieresis/Odieresis/Udieresis/asciicircum/underscore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user