summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cybiko.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/cybiko.c')
-rw-r--r--src/mess/drivers/cybiko.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/cybiko.c b/src/mess/drivers/cybiko.c
index 64a1c5e845f..64a8d63be59 100644
--- a/src/mess/drivers/cybiko.c
+++ b/src/mess/drivers/cybiko.c
@@ -301,7 +301,7 @@ void cybiko_state::palette_init()
UINT32 cybiko_state::screen_update_cybiko(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- hd66421_device *hd66421 = screen.machine().device<hd66421_device>( "hd66421" );
+ hd66421_device *hd66421 = machine().device<hd66421_device>( "hd66421" );
hd66421->update_screen(bitmap, cliprect);
return 0;
}