summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/plus4user.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/machine/plus4user.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
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)
{
}