mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Revert "apricot: Remove hardware cursor (nw)"
This reverts commit e157856b78
.
This commit is contained in:
parent
89e2d8c546
commit
cbb3262e2a
@ -289,7 +289,7 @@ MC6845_UPDATE_ROW( apricot_state::crtc_update_row )
|
||||
{
|
||||
int fill = 0;
|
||||
|
||||
// no hardware cursor (apparently)
|
||||
if (i == cursor_x) fill = 1; // cursor?
|
||||
if (BIT(code, 12) && BIT(data, 14)) fill = 1; // strike-through?
|
||||
if (BIT(code, 13) && BIT(data, 15)) fill = 1; // underline?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user