summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/mcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/mcd.h')
-rw-r--r--src/devices/bus/isa/mcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/mcd.h b/src/devices/bus/isa/mcd.h
index a39d08bb142..1d4a10a3cff 100644
--- a/src/devices/bus/isa/mcd.h
+++ b/src/devices/bus/isa/mcd.h
@@ -24,7 +24,7 @@ public:
// optional information overrides
virtual ioport_constructor device_input_ports() const override;
- DECLARE_ADDRESS_MAP(map, 16);
+ void map(address_map &map);
DECLARE_READ8_MEMBER(data_r);
DECLARE_READ8_MEMBER(flag_r);