summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/esd16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/esd16.h')
-rw-r--r--src/mame/includes/esd16.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/esd16.h b/src/mame/includes/esd16.h
index 58a0090a4e5..f6d5ee36483 100644
--- a/src/mame/includes/esd16.h
+++ b/src/mame/includes/esd16.h
@@ -63,6 +63,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_hedpanic(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -70,4 +71,4 @@ public:
-SCREEN_UPDATE_IND16( hedpanic );
+