summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/intv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/intv.c')
-rw-r--r--src/mess/video/intv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/video/intv.c b/src/mess/video/intv.c
index cd418092c03..12bede1db5a 100644
--- a/src/mess/video/intv.c
+++ b/src/mess/video/intv.c
@@ -82,7 +82,7 @@ UINT32 intv_state::screen_update_intvkbd(screen_device &screen, bitmap_ind16 &bi
for(x=0;x<40;x++)
{
offs = current_row*64+x;
-
+
m_gfxdecode->gfx(0)->transpen(bitmap,cliprect,
videoram[offs],
7, /* white */
@@ -93,7 +93,7 @@ UINT32 intv_state::screen_update_intvkbd(screen_device &screen, bitmap_ind16 &bi
{
/* draw the cursor as a solid white block */
/* (should use a filled rect here!) */
-
+
m_gfxdecode->gfx(0)->transpen(bitmap,cliprect,
191, /* a block */
7, /* white */