mirror of
https://github.com/holub/mame
synced 2025-05-17 11:15:06 +03:00
Added 8x16 kanji selector, used by Bible Master 2
This commit is contained in:
parent
90151ee3b5
commit
3e2520bd6c
@ -760,6 +760,9 @@ static UPD7220_DRAW_TEXT_LINE( hgdc_draw_text )
|
||||
tile <<= 8;
|
||||
tile |= (knj_tile & 0x7f);
|
||||
kanji_sel = 1;
|
||||
if((tile & 0x7c00) == 0x0800) // 8x16 charset selector
|
||||
x_step = 1;
|
||||
else
|
||||
x_step = 2;
|
||||
// kanji_lr = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user