summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apple3.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 15:00:31 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 15:00:31 +0000
commit5ddbca3e7a2327786fd92cc7443dd84257ba889a (patch)
treef6eb4b827714a8658ea246336342b03d6d7938e0 /src/mess/video/apple3.c
parentf27b07d0822f4ff52b95a1a0143f3c2313ea02ce (diff)
Modernized screen update calls (no whatsnew)
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: