mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fixed underline, nw
This commit is contained in:
parent
2ec885b8b2
commit
f9c84b9c78
@ -927,7 +927,7 @@ UPD7220_DRAW_TEXT_LINE_MEMBER( pc9801_state::hgdc_draw_text )
|
||||
}
|
||||
|
||||
if(reverse) { tile_data^=0xff; }
|
||||
if(u_line && yi == 7) { tile_data = 0xff; }
|
||||
if(u_line && yi == lr-1) { tile_data = 0xff; }
|
||||
if(v_line) { tile_data|=8; }
|
||||
|
||||
/* TODO: proper blink rate for these two */
|
||||
|
Loading…
Reference in New Issue
Block a user