diff options
-rw-r--r-- | engines/adl/display.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/adl/display.cpp b/engines/adl/display.cpp index d48296e9ee..6342504bc3 100644 --- a/engines/adl/display.cpp +++ b/engines/adl/display.cpp @@ -70,6 +70,7 @@ static const byte monoPalette[MONO_PALETTE_ENTRIES * 3] = { 0x00, 0xc0, 0x01 }; +// Uppercase-only Apple II font (manually created). static const byte font[64][5] = { { 0x7c, 0x82, 0xba, 0xb2, 0x9c }, { 0xf8, 0x24, 0x22, 0x24, 0xf8 }, // @A { 0xfe, 0x92, 0x92, 0x92, 0x6c }, { 0x7c, 0x82, 0x82, 0x82, 0x44 }, // BC |