Update s32comm.cpp

This commit is contained in:
MASH 2015-12-20 05:36:21 +01:00
parent 1b65df6158
commit 82b06ce072

View File

@ -98,7 +98,7 @@ machine_config_constructor s32comm_device::device_mconfig_additions() const
//-------------------------------------------------
s32comm_device::s32comm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, S32COMM, "SYSTEM32 COMMUNICATION BD", tag, owner, clock, "s32comm", __FILE__),
device_t(mconfig, S32COMM, "Sega System 32 Communication Board", tag, owner, clock, "s32comm", __FILE__),
m_line_rx(OPEN_FLAG_WRITE | OPEN_FLAG_CREATE ),
m_line_tx(OPEN_FLAG_READ)
{