summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funkyjet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funkyjet.h')
-rw-r--r--src/mame/includes/funkyjet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/funkyjet.h b/src/mame/includes/funkyjet.h
index 272b75b6d89..e24b32942ea 100644
--- a/src/mame/includes/funkyjet.h
+++ b/src/mame/includes/funkyjet.h
@@ -44,4 +44,6 @@ public:
DECLARE_READ16_MEMBER( funkyjet_protection_region_0_146_r );
DECLARE_WRITE16_MEMBER( funkyjet_protection_region_0_146_w );
void funkyjet(machine_config &config);
+ void funkyjet_map(address_map &map);
+ void sound_map(address_map &map);
};