diff options
Diffstat (limited to 'src/mame/machine/s32comm.cpp')
-rw-r--r-- | src/mame/machine/s32comm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/s32comm.cpp b/src/mame/machine/s32comm.cpp index 5d670bd6bc7..dad9c291527 100644 --- a/src/mame/machine/s32comm.cpp +++ b/src/mame/machine/s32comm.cpp @@ -97,7 +97,7 @@ machine_config_constructor s32comm_device::device_mconfig_additions() const // s32comm_device - constructor //------------------------------------------------- -s32comm_device::s32comm_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) : +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__), m_line_rx(OPEN_FLAG_WRITE | OPEN_FLAG_CREATE ), m_line_tx(OPEN_FLAG_READ) |