summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/apple3.c')
-rw-r--r--src/mess/machine/apple3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/apple3.c b/src/mess/machine/apple3.c
index 212f66adbc6..db9528c6e03 100644
--- a/src/mess/machine/apple3.c
+++ b/src/mess/machine/apple3.c
@@ -372,8 +372,8 @@ WRITE8_MEMBER(apple3_state::apple3_c0xx_w)
TIMER_DEVICE_CALLBACK_MEMBER(apple3_state::apple3_interrupt)
{
- m_via_1->write_cb1(machine().primary_screen->vblank());
- m_via_1->write_cb2(machine().primary_screen->vblank());
+ m_via_1->write_cb1(machine().first_screen()->vblank());
+ m_via_1->write_cb2(machine().first_screen()->vblank());
}
UINT8 *apple3_state::apple3_bankaddr(UINT16 bank, offs_t offset)