summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/intv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/intv.cpp')
-rw-r--r--src/mame/video/intv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/intv.cpp b/src/mame/video/intv.cpp
index cf1bf324777..32478790473 100644
--- a/src/mame/video/intv.cpp
+++ b/src/mame/video/intv.cpp
@@ -37,7 +37,7 @@ uint32_t intv_state::screen_update_intvkbd(screen_device &screen, bitmap_ind16 &
{
for(int x=0;x<40;x++)
{
- if ((cursor_row == current_row) && (cursor_col == x+1)) {
+ if ((cursor_row == y) && (cursor_col == x+1)) {
/* draw the cursor as a solid white block */
m_gfxdecode->gfx(0)->transpen(bitmap,cliprect,
191, /* a block */