From cbb3262e2a74ec38cfc9236e78b7d62d954229ec Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 28 Aug 2019 23:18:29 -0400 Subject: Revert "apricot: Remove hardware cursor (nw)" This reverts commit e157856b783520fd51f4704f894c4244e5222375. --- src/mame/drivers/apricot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/apricot.cpp b/src/mame/drivers/apricot.cpp index 01d285f2cc2..417c0b6c739 100644 --- a/src/mame/drivers/apricot.cpp +++ b/src/mame/drivers/apricot.cpp @@ -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? -- cgit v1.2.3