mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
Update s32comm.cpp
This commit is contained in:
parent
1b65df6158
commit
82b06ce072
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user