summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/c65.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/c65.c')
-rw-r--r--src/mess/drivers/c65.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/c65.c b/src/mess/drivers/c65.c
index cf52f64af08..50b8ab1ee34 100644
--- a/src/mess/drivers/c65.c
+++ b/src/mess/drivers/c65.c
@@ -234,7 +234,7 @@ static CBM_IEC_INTERFACE( cbm_iec_intf )
UINT32 c65_state::screen_update_c65(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- device_t *vic3 = screen.machine().device("vic3");
+ device_t *vic3 = machine().device("vic3");
vic3_video_update(vic3, bitmap, cliprect);
return 0;