summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/apple3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/apple3.cpp')
-rw-r--r--src/mame/video/apple3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/apple3.cpp b/src/mame/video/apple3.cpp
index cfc4a675c5b..7ccd684e97a 100644
--- a/src/mame/video/apple3.cpp
+++ b/src/mame/video/apple3.cpp
@@ -118,7 +118,7 @@ void apple3_state::apple3_write_charmem()
-VIDEO_START_MEMBER(apple3_state,apple3)
+void apple3_state::video_start()
{
int i, j;
uint32_t v;
@@ -486,7 +486,7 @@ void apple3_state::graphics_chires(bitmap_ind16 &bitmap, const rectangle &clipre
-uint32_t apple3_state::screen_update_apple3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+uint32_t apple3_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
// printf("gfx mode %x\n", m_flags & (VAR_VM3|VAR_VM1|VAR_VM0));