summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apple3.h
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/includes/apple3.h
parentf27b07d0822f4ff52b95a1a0143f3c2313ea02ce (diff)
Modernized screen update calls (no whatsnew)
Diffstat (limited to 'src/mess/includes/apple3.h')
-rw-r--r--src/mess/includes/apple3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/apple3.h b/src/mess/includes/apple3.h
index b38eaaa5613..223b26b8b82 100644
--- a/src/mess/includes/apple3.h
+++ b/src/mess/includes/apple3.h
@@ -59,6 +59,7 @@ public:
DECLARE_DRIVER_INIT(apple3);
DECLARE_MACHINE_RESET(apple3);
DECLARE_VIDEO_START(apple3);
+ UINT32 screen_update_apple3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -77,7 +78,7 @@ INTERRUPT_GEN( apple3_interrupt );
/*----------- defined in video/apple3.c -----------*/
-SCREEN_UPDATE_IND16( apple3 );
+
void apple3_write_charmem(running_machine &machine);