summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apple2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/apple2.h')
-rw-r--r--src/mess/includes/apple2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/apple2.h b/src/mess/includes/apple2.h
index 24e4b06e711..da0e7ab9491 100644
--- a/src/mess/includes/apple2.h
+++ b/src/mess/includes/apple2.h
@@ -241,6 +241,7 @@ public:
DECLARE_MACHINE_START(tk2000);
DECLARE_MACHINE_START(laser128);
DECLARE_MACHINE_START(space84);
+ UINT32 screen_update_apple2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -288,6 +289,6 @@ void apple2_video_start(running_machine &machine, const UINT8 *vram, size_t vram
-SCREEN_UPDATE_IND16( apple2 );
+
#endif /* APPLE2_H_ */