summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rastan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rastan.h')
-rw-r--r--src/mame/includes/rastan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/rastan.h b/src/mame/includes/rastan.h
index f66399d8b64..68ff9bbe6f7 100644
--- a/src/mame/includes/rastan.h
+++ b/src/mame/includes/rastan.h
@@ -49,4 +49,5 @@ public:
virtual void machine_reset() override;
uint32_t screen_update_rastan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(rastan_msm5205_vck);
+ void rastan(machine_config &config);
};