diff options
Diffstat (limited to 'src/mame/machine/m2comm.cpp')
-rw-r--r-- | src/mame/machine/m2comm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m2comm.cpp b/src/mame/machine/m2comm.cpp index 4c034fc91c9..4c45669076c 100644 --- a/src/mame/machine/m2comm.cpp +++ b/src/mame/machine/m2comm.cpp @@ -194,7 +194,7 @@ machine_config_constructor m2comm_device::device_mconfig_additions() const // m2comm_device - constructor //------------------------------------------------- -m2comm_device::m2comm_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) : +m2comm_device::m2comm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, M2COMM, "MODEL2 COMMUNICATION BD", tag, owner, clock, "m2comm", __FILE__), m_line_rx(OPEN_FLAG_WRITE | OPEN_FLAG_CREATE ), m_line_tx(OPEN_FLAG_READ) |