mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Missed this MC6847T1 issue
This commit is contained in:
parent
c34a039966
commit
7c4e441633
@ -923,7 +923,7 @@ mc6847_friend_device::character_map::character_map(const uint8_t *text_fontdata,
|
||||
uint16_t color_base_0;
|
||||
uint16_t color_base_1;
|
||||
|
||||
if ((mode & (MODE_INTEXT | MODE_AS)) == MODE_AS)
|
||||
if ((mode & ((is_mc6847t1 ? 0 : MODE_INTEXT) | MODE_AS)) == MODE_AS)
|
||||
{
|
||||
// semigraphics 4
|
||||
fontdata = semigraphics4_fontdata8x12;
|
||||
|
Loading…
Reference in New Issue
Block a user