summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/homerun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/homerun.h')
-rw-r--r--src/mame/includes/homerun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/homerun.h b/src/mame/includes/homerun.h
index d99fb353816..6adeb57e537 100644
--- a/src/mame/includes/homerun.h
+++ b/src/mame/includes/homerun.h
@@ -67,4 +67,6 @@ public:
void ganjaja(machine_config &config);
void dynashot(machine_config &config);
void homerun(machine_config &config);
+ void homerun_iomap(address_map &map);
+ void homerun_memmap(address_map &map);
};