summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bmcpokr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bmcpokr.c')
-rw-r--r--src/mame/drivers/bmcpokr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bmcpokr.c b/src/mame/drivers/bmcpokr.c
index e2aa8324c09..fa80e2daf34 100644
--- a/src/mame/drivers/bmcpokr.c
+++ b/src/mame/drivers/bmcpokr.c
@@ -209,7 +209,7 @@ SCREEN_UPDATE_IND16( bmcpokr )
{
UINT16 data = state->m_videoram[count];
count++;
-
+
drawgfx_opaque(bitmap,cliprect,gfx,data,0,0,0,x*8,y*8);
}