summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/timelimt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/timelimt.h')
-rw-r--r--src/mame/includes/timelimt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/timelimt.h b/src/mame/includes/timelimt.h
index 600dd60d5c6..9a7aa3381e7 100644
--- a/src/mame/includes/timelimt.h
+++ b/src/mame/includes/timelimt.h
@@ -50,4 +50,8 @@ public:
INTERRUPT_GEN_MEMBER(irq);
void timelimt(machine_config &config);
+ void main_io_map(address_map &map);
+ void main_map(address_map &map);
+ void sound_io_map(address_map &map);
+ void sound_map(address_map &map);
};