summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8271.h')
-rw-r--r--src/devices/machine/i8271.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8271.h b/src/devices/machine/i8271.h
index f51c0f1e769..8997fd7e1d6 100644
--- a/src/devices/machine/i8271.h
+++ b/src/devices/machine/i8271.h
@@ -41,7 +41,7 @@ public:
DECLARE_WRITE8_MEMBER(param_w);
DECLARE_READ8_MEMBER (data_r);
DECLARE_WRITE8_MEMBER(data_w);
- DECLARE_ADDRESS_MAP(map, 8);
+ void map(address_map &map);
void ready_w(bool val);