summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/famibox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/famibox.c')
-rw-r--r--src/mame/drivers/famibox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/famibox.c b/src/mame/drivers/famibox.c
index 9e6a01e17b6..dd70c10eedd 100644
--- a/src/mame/drivers/famibox.c
+++ b/src/mame/drivers/famibox.c
@@ -542,7 +542,7 @@ void famibox_state::video_start()
UINT32 famibox_state::screen_update_famibox(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
/* render the ppu */
- ppu2c0x_device *ppu = screen.machine().device<ppu2c0x_device>("ppu");
+ ppu2c0x_device *ppu = machine().device<ppu2c0x_device>("ppu");
ppu->render(bitmap, 0, 0, 0, 0);
return 0;
}