diff options
author | 2021-09-01 05:41:22 -0700 | |
---|---|---|
committer | 2021-09-01 14:41:22 +0200 | |
commit | fb4b1384c2df0f12fb78ba60083c68299c4639d9 (patch) | |
tree | a3a3c364be3e50e06ef5181f107524927c0079ff /src | |
parent | 44cba7f2ff799e57b2eb8aead2b99b9560911581 (diff) |
Fix two characters inside the GIME (#8519)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/video/gime.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/gime.cpp b/src/mame/video/gime.cpp index 2d810fe3aa4..1d95800624a 100644 --- a/src/mame/video/gime.cpp +++ b/src/mame/video/gime.cpp @@ -2047,8 +2047,8 @@ const uint8_t gime_device::hires_font[128][12] = { 0x10, 0x28, 0x00, 0x44, 0x44, 0x4C, 0x34, 0x00}, { 0x20, 0x10, 0x44, 0x44, 0x44, 0x4C, 0x34, 0x00}, { 0x38, 0x4C, 0x54, 0x54, 0x54, 0x64, 0x38, 0x00}, { 0x44, 0x38, 0x44, 0x44, 0x44, 0x44, 0x38, 0x00}, { 0x28, 0x44, 0x44, 0x44, 0x44, 0x44, 0x38, 0x00}, { 0x38, 0x40, 0x38, 0x44, 0x38, 0x04, 0x38, 0x00}, - { 0x08, 0x14, 0x10, 0x38, 0x10, 0x50, 0x3C, 0x00}, { 0x10, 0x10, 0x7C, 0x10, 0x10, 0x00, 0x7C, 0x00}, - { 0x10, 0x28, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00}, { 0x08, 0x14, 0x10, 0x38, 0x10, 0x10, 0x20, 0x40}, + { 0x08, 0x14, 0x10, 0x38, 0x10, 0x14, 0x78, 0x00}, { 0x10, 0x10, 0x7C, 0x10, 0x10, 0x00, 0x7C, 0x00}, + { 0x10, 0x28, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00}, { 0x08, 0x14, 0x10, 0x38, 0x10, 0x10, 0x50, 0x20}, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, { 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x10, 0x00}, { 0x28, 0x28, 0x28, 0x00, 0x00, 0x00, 0x00, 0x00}, { 0x28, 0x28, 0x7C, 0x28, 0x7C, 0x28, 0x28, 0x00}, { 0x10, 0x3C, 0x50, 0x38, 0x14, 0x78, 0x10, 0x00}, { 0x60, 0x64, 0x08, 0x10, 0x20, 0x4C, 0x0C, 0x00}, |