summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/diverboy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/diverboy.c')
-rw-r--r--src/mame/drivers/diverboy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/diverboy.c b/src/mame/drivers/diverboy.c
index 12e69de0b61..372380f5e1f 100644
--- a/src/mame/drivers/diverboy.c
+++ b/src/mame/drivers/diverboy.c
@@ -116,8 +116,8 @@ static void draw_sprites( running_machine& machine, bitmap_ind16 &bitmap, const
UINT32 diverboy_state::screen_update_diverboy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-// bitmap.fill(get_black_pen(screen.machine()), cliprect);
- draw_sprites(screen.machine(), bitmap, cliprect);
+// bitmap.fill(get_black_pen(machine()), cliprect);
+ draw_sprites(machine(), bitmap, cliprect);
return 0;
}