diff options
Diffstat (limited to 'src/mess/machine/epson_sio.c')
-rw-r--r-- | src/mess/machine/epson_sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/epson_sio.c b/src/mess/machine/epson_sio.c index aab376025b5..1620e5184cd 100644 --- a/src/mess/machine/epson_sio.c +++ b/src/mess/machine/epson_sio.c @@ -54,7 +54,7 @@ device_epson_sio_interface::~device_epson_sio_interface() //------------------------------------------------- epson_sio_device::epson_sio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, EPSON_SIO, "EPSON SIO port", tag, owner, clock), + device_t(mconfig, EPSON_SIO, "EPSON SIO port", tag, owner, clock), device_slot_interface(mconfig, *this) { } |