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 488b0e9d998..e26c97f9592 100644
--- a/src/mame/drivers/bmcpokr.c
+++ b/src/mame/drivers/bmcpokr.c
@@ -201,7 +201,7 @@ GFXDECODE_END
UINT32 bmcpokr_state::screen_update_bmcpokr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- gfx_element *gfx = screen.machine().gfx[0];
+ gfx_element *gfx = machine().gfx[0];
int count = 0;
for (int y=0;y<32;y++)