mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +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(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; }
|
if(v_line) { tile_data|=8; }
|
||||||
|
|
||||||
/* TODO: proper blink rate for these two */
|
/* TODO: proper blink rate for these two */
|
||||||
|
Loading…
Reference in New Issue
Block a user