summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga/zorro/a2052.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/amiga/zorro/a2052.cpp')
-rw-r--r--src/devices/bus/amiga/zorro/a2052.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/amiga/zorro/a2052.cpp b/src/devices/bus/amiga/zorro/a2052.cpp
index 877d0f9c1d3..66eb712f7ff 100644
--- a/src/devices/bus/amiga/zorro/a2052.cpp
+++ b/src/devices/bus/amiga/zorro/a2052.cpp
@@ -19,10 +19,10 @@
// DEVICE DEFINITIONS
//**************************************************************************
-DEFINE_DEVICE_TYPE_NS(ZORRO_A2052, bus::amiga::zorro, a2052_device, "zorro_a2052", "CBM A2052 Fast Memory")
+DEFINE_DEVICE_TYPE(ZORRO_A2052, bus::amiga::zorro::a2052_device, "zorro_a2052", "CBM A2052 Fast Memory")
-namespace bus { namespace amiga { namespace zorro {
+namespace bus::amiga::zorro {
//-------------------------------------------------
// input_ports - device-specific input ports
@@ -85,7 +85,7 @@ void a2052_device::autoconfig_base_address(offs_t address)
m_slot->cfgout_w(0);
}
-WRITE_LINE_MEMBER( a2052_device::cfgin_w )
+void a2052_device::cfgin_w(int state)
{
LOG("%s: configin_w (%d)\n", shortname(), state);
@@ -128,4 +128,4 @@ WRITE_LINE_MEMBER( a2052_device::cfgin_w )
}
}
-} } } // namespace bus::amiga::zorro
+} // namespace bus::amiga::zorro