summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dominob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dominob.c')
-rw-r--r--src/mame/drivers/dominob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dominob.c b/src/mame/drivers/dominob.c
index 34186cad893..078ea080158 100644
--- a/src/mame/drivers/dominob.c
+++ b/src/mame/drivers/dominob.c
@@ -148,7 +148,7 @@ UINT32 dominob_state::screen_update_dominob(screen_device &screen, bitmap_ind16
{
for (x = 0; x < 32; x++)
{
- drawgfx_transpen( bitmap,
+ drawgfx_transpen( bitmap,
cliprect,
machine().gfx[0],
m_videoram[(y * 32 + x) * 2 + 1] + (m_videoram[(y * 32 + x) * 2] & 7) * 256,