summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82541.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82541.h')
-rw-r--r--src/devices/machine/i82541.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/i82541.h b/src/devices/machine/i82541.h
index 2ff0fb8cf3b..56ffa38c026 100644
--- a/src/devices/machine/i82541.h
+++ b/src/devices/machine/i82541.h
@@ -19,9 +19,9 @@ protected:
virtual void device_reset() override;
private:
- DECLARE_ADDRESS_MAP(registers_map, 32);
- DECLARE_ADDRESS_MAP(flash_map, 32);
- DECLARE_ADDRESS_MAP(registers_io_map, 32);
+ void registers_map(address_map &map);
+ void flash_map(address_map &map);
+ void registers_io_map(address_map &map);
};
DECLARE_DEVICE_TYPE(I82541, i82541_device)