summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/huebler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/huebler.h')
-rw-r--r--src/mame/includes/huebler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/huebler.h b/src/mame/includes/huebler.h
index 98103b05e90..5eae7b79551 100644
--- a/src/mame/includes/huebler.h
+++ b/src/mame/includes/huebler.h
@@ -69,6 +69,8 @@ public:
DECLARE_WRITE_LINE_MEMBER(ctc_z2_w);
DECLARE_WRITE_LINE_MEMBER(cassette_w);
void amu880(machine_config &config);
+ void amu880_io(address_map &map);
+ void amu880_mem(address_map &map);
};
#endif