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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/huebler.h b/src/mame/includes/huebler.h
index 4f7107ee6d8..05f88881925 100644
--- a/src/mame/includes/huebler.h
+++ b/src/mame/includes/huebler.h
@@ -39,6 +39,9 @@ public:
, m_key_a8(1)
{ }
+ void amu880(machine_config &config);
+
+private:
required_device<cassette_image_device> m_cassette;
required_device<z80dart_device> m_z80sio;
required_device<palette_device> m_palette;
@@ -69,7 +72,6 @@ public:
DECLARE_WRITE_LINE_MEMBER(ctc_z0_w);
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);
};