summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goal92.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/goal92.h')
-rw-r--r--src/mame/includes/goal92.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/goal92.h b/src/mame/includes/goal92.h
index aebce586532..64b619814aa 100644
--- a/src/mame/includes/goal92.h
+++ b/src/mame/includes/goal92.h
@@ -73,4 +73,6 @@ public:
DECLARE_WRITE_LINE_MEMBER(irqhandler);
DECLARE_WRITE_LINE_MEMBER(goal92_adpcm_int);
void goal92(machine_config &config);
+ void goal92_map(address_map &map);
+ void sound_cpu(address_map &map);
};