summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/plus4user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/plus4user.c')
-rw-r--r--src/mess/machine/plus4user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/plus4user.c b/src/mess/machine/plus4user.c
index ebdfa4b99be..ee16fe292f9 100644
--- a/src/mess/machine/plus4user.c
+++ b/src/mess/machine/plus4user.c
@@ -53,7 +53,7 @@ device_plus4_user_port_interface::~device_plus4_user_port_interface()
//-------------------------------------------------
plus4_user_port_device::plus4_user_port_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, PLUS4_USER_PORT, "User Port", tag, owner, clock),
+ device_t(mconfig, PLUS4_USER_PORT, "User Port", tag, owner, clock),
device_slot_interface(mconfig, *this)
{
}