summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jedi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jedi.h')
-rw-r--r--src/mame/includes/jedi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/jedi.h b/src/mame/includes/jedi.h
index b5d4fc7ca49..7edca52130c 100644
--- a/src/mame/includes/jedi.h
+++ b/src/mame/includes/jedi.h
@@ -76,6 +76,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
DECLARE_VIDEO_START(jedi);
+ UINT32 screen_update_jedi(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};