summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/wdxt_gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/wdxt_gen.cpp')
-rw-r--r--src/devices/bus/isa/wdxt_gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/wdxt_gen.cpp b/src/devices/bus/isa/wdxt_gen.cpp
index f59d5bf85be..1c4ca395cbf 100644
--- a/src/devices/bus/isa/wdxt_gen.cpp
+++ b/src/devices/bus/isa/wdxt_gen.cpp
@@ -92,7 +92,7 @@ const tiny_rom_entry *wdxt_gen_device::device_rom_region() const
// ADDRESS_MAP( wd1015_io )
//-------------------------------------------------
-static ADDRESS_MAP_START( wd1015_io, AS_IO, 8, wdxt_gen_device )
+ADDRESS_MAP_START(wdxt_gen_device::wd1015_io)
AM_RANGE(0x00, 0xff) AM_DEVREADWRITE(WD11C00_17_TAG, wd11c00_17_device, read, write)
ADDRESS_MAP_END