summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igspoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igspoker.c')
-rw-r--r--src/mame/drivers/igspoker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/igspoker.c b/src/mame/drivers/igspoker.c
index 73e4b056388..81970a7ad78 100644
--- a/src/mame/drivers/igspoker.c
+++ b/src/mame/drivers/igspoker.c
@@ -201,7 +201,7 @@ void igspoker_state::video_start()
UINT32 igspoker_state::screen_update_igs_video(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- bitmap.fill(get_black_pen(screen.machine()), cliprect);
+ bitmap.fill(get_black_pen(machine()), cliprect);
// FIX: CSK227IT must have some way to disable background, or wrong gfx?
if (m_bg_enable) m_bg_tilemap->draw(bitmap, cliprect, 0, 0);