summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shisen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shisen.h')
-rw-r--r--src/mame/includes/shisen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/shisen.h b/src/mame/includes/shisen.h
index 29b16e26359..d3095f6d5a1 100644
--- a/src/mame/includes/shisen.h
+++ b/src/mame/includes/shisen.h
@@ -36,4 +36,5 @@ public:
virtual void video_start() override;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void shisen(machine_config &config);
};