summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpoker.c')
-rw-r--r--src/mame/drivers/mpoker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpoker.c b/src/mame/drivers/mpoker.c
index 2da44d68377..7be7527c9dd 100644
--- a/src/mame/drivers/mpoker.c
+++ b/src/mame/drivers/mpoker.c
@@ -210,7 +210,7 @@ UINT32 mpoker_state::screen_update_mpoker(screen_device &screen, bitmap_ind16 &b
{
int y,x;
int count;
- gfx_element *gfx = screen.machine().gfx[0];
+ gfx_element *gfx = machine().gfx[0];
count = 0;
for (y=0;y<32;y++)