summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hyhoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hyhoo.h')
-rw-r--r--src/mame/includes/hyhoo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/hyhoo.h b/src/mame/includes/hyhoo.h
index 6092e040a02..9366d9d4989 100644
--- a/src/mame/includes/hyhoo.h
+++ b/src/mame/includes/hyhoo.h
@@ -49,6 +49,8 @@ public:
void hyhoo(machine_config &config);
void hyhoo2(machine_config &config);
+ void hyhoo_io_map(address_map &map);
+ void hyhoo_map(address_map &map);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};