summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/electron.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/electron.h')
-rw-r--r--src/mess/includes/electron.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/electron.h b/src/mess/includes/electron.h
index 62a857d866e..d4e662b733c 100644
--- a/src/mess/includes/electron.h
+++ b/src/mess/includes/electron.h
@@ -74,6 +74,7 @@ public:
virtual void machine_start();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_electron(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -87,7 +88,7 @@ void electron_interrupt_handler(running_machine &machine, int mode, int interrup
/*----------- defined in video/electron.c -----------*/
-SCREEN_UPDATE_IND16( electron );
+
#endif /* ELECTRON_H_ */