summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/4ksa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/4ksa.cpp')
-rw-r--r--src/devices/bus/c64/4ksa.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/4ksa.cpp b/src/devices/bus/c64/4ksa.cpp
index a3f47f48405..39a86b6b17c 100644
--- a/src/devices/bus/c64/4ksa.cpp
+++ b/src/devices/bus/c64/4ksa.cpp
@@ -17,7 +17,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C64_4KSA = device_creator<c64_4ksa_device>;
+DEFINE_DEVICE_TYPE(C64_4KSA, c64_4ksa_device, "c64_4ksa", "C64 Kingsoft 4-Player Adapter")
//-------------------------------------------------
@@ -63,7 +63,7 @@ ioport_constructor c64_4ksa_device::device_input_ports() const
//-------------------------------------------------
c64_4ksa_device::c64_4ksa_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- device_t(mconfig, C64_4KSA, "C64 Kingsoft 4-Player Adapter", tag, owner, clock, "c64_4ksa", __FILE__),
+ device_t(mconfig, C64_4KSA, tag, owner, clock),
device_pet_user_port_interface(mconfig, *this)
{
}