diff options
Diffstat (limited to 'src/mess/machine/vcsctrl.c')
-rw-r--r-- | src/mess/machine/vcsctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/vcsctrl.c b/src/mess/machine/vcsctrl.c index 2960310444e..e550b6785d9 100644 --- a/src/mess/machine/vcsctrl.c +++ b/src/mess/machine/vcsctrl.c @@ -53,7 +53,7 @@ device_vcs_control_port_interface::~device_vcs_control_port_interface() //------------------------------------------------- vcs_control_port_device::vcs_control_port_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, VCS_CONTROL_PORT, "Atari VCS control port", tag, owner, clock), + device_t(mconfig, VCS_CONTROL_PORT, "Atari VCS control port", tag, owner, clock), device_slot_interface(mconfig, *this) { } |