summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apple3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/apple3.c')
-rw-r--r--src/mess/video/apple3.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mess/video/apple3.c b/src/mess/video/apple3.c
index 8cc15336dea..f14c2c1cd3e 100644
--- a/src/mess/video/apple3.c
+++ b/src/mess/video/apple3.c
@@ -363,10 +363,9 @@ static void apple3_video_graphics_chires(running_machine &machine,bitmap_ind16 &
-SCREEN_UPDATE_IND16( apple3 )
+UINT32 apple3_state::screen_update_apple3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
- apple3_state *state = screen.machine().driver_data<apple3_state>();
- switch(state->m_flags & (VAR_VM3|VAR_VM1|VAR_VM0))
+ switch(m_flags & (VAR_VM3|VAR_VM1|VAR_VM0))
{
case 0:
case VAR_VM0: