summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hnayayoi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hnayayoi.h')
-rw-r--r--src/mame/includes/hnayayoi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/hnayayoi.h b/src/mame/includes/hnayayoi.h
index ab2be332925..aa43729100d 100644
--- a/src/mame/includes/hnayayoi.h
+++ b/src/mame/includes/hnayayoi.h
@@ -50,4 +50,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(irqhandler);
required_device<cpu_device> m_maincpu;
required_device<msm5205_device> m_msm;
+ void untoucha(machine_config &config);
+ void hnayayoi(machine_config &config);
+ void hnfubuki(machine_config &config);
};