summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cs8221.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cs8221.h')
-rw-r--r--src/devices/machine/cs8221.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cs8221.h b/src/devices/machine/cs8221.h
index 3354ebfdeef..5fd035e8853 100644
--- a/src/devices/machine/cs8221.h
+++ b/src/devices/machine/cs8221.h
@@ -48,7 +48,7 @@ public:
DECLARE_WRITE8_MEMBER( address_w );
DECLARE_READ8_MEMBER( data_r );
DECLARE_WRITE8_MEMBER( data_w );
- DECLARE_ADDRESS_MAP(map, 16);
+ void map(address_map &map);
// inline configuration
static void static_set_cputag(device_t &device, const char *tag);