chiark / gitweb /
Fixes to "G" and "sterling" from the SAA5050 datasheet. All characters now
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 3 Oct 2009 13:22:02 +0000 (14:22 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 3 Oct 2009 13:22:02 +0000 (14:22 +0100)
checked against that and, where it disagrees with the Beeb UG, against a
real SAA5050.  In all cases, the datasheet was correct.

ttxt.c

diff --git a/ttxt.c b/ttxt.c
index 8e6b72fc29545031d53973f2473d7bd5c31ce425..5da42b1df3c37ec44340be3f5e2820e6c79e33b7 100644 (file)
--- a/ttxt.c
+++ b/ttxt.c
@@ -65,7 +65,7 @@ struct glyph {
  {{036,021,021,021,021,021,036,000,000,000}, 0x0044, "D" },
  {{037,020,020,036,020,020,037,000,000,000}, 0x0045, "E" },
  {{037,020,020,036,020,020,020,000,000,000}, 0x0046, "F" },
- {{016,021,020,020,023,021,016,000,000,000}, 0x0047, "G" },
+ {{016,021,020,020,023,021,017,000,000,000}, 0x0047, "G" },
  {{021,021,021,037,021,021,021,000,000,000}, 0x0048, "H" },
  {{016,004,004,004,004,004,016,000,000,000}, 0x0049, "I" },
  {{001,001,001,001,001,021,016,000,000,000}, 0x004a, "J" },
@@ -124,7 +124,7 @@ struct glyph {
  {{037,037,037,037,037,037,037,000,000,000}, 0x2588, "block" },
 
  /* Extra characters found in the English character set */
- {{006,011,010,010,034,010,010,037,000,000}, 0x00a3, "sterling" },
+ {{006,011,010,034,010,010,037,000,000,000}, 0x00a3, "sterling" },
  {{004,004,004,000,000,000,000,000,000,000}, 0x0027, "quotesingle" },
  {{000,004,010,037,010,004,000,000,000,000}, 0x2190, "arrowleft" },
  {{020,020,020,020,026,001,002,004,007,000}, 0x00bd, "onehalf" },