summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gpworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gpworld.c')
-rw-r--r--src/mame/drivers/gpworld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gpworld.c b/src/mame/drivers/gpworld.c
index 1603b2eef0a..dc26dab3482 100644
--- a/src/mame/drivers/gpworld.c
+++ b/src/mame/drivers/gpworld.c
@@ -228,8 +228,8 @@ UINT32 gpworld_state::screen_update_gpworld(screen_device &screen, bitmap_rgb32
{
bitmap.fill(0, cliprect);
- gpworld_draw_tiles(screen.machine(), bitmap, cliprect);
- gpworld_draw_sprites(screen.machine(), bitmap, cliprect);
+ gpworld_draw_tiles(machine(), bitmap, cliprect);
+ gpworld_draw_sprites(machine(), bitmap, cliprect);
return 0;
}