From e157856b783520fd51f4704f894c4244e5222375 Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 28 Aug 2019 19:40:23 -0400 Subject: apricot: Remove hardware cursor (nw) --- 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 417c0b6c739..01d285f2cc2 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; - if (i == cursor_x) fill = 1; // cursor? + // no hardware cursor (apparently) 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