summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_86.cpp')
-rw-r--r--src/mame/machine/pc9801_86.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_86.cpp b/src/mame/machine/pc9801_86.cpp
index 57377adc43a..db40adbcaa4 100644
--- a/src/mame/machine/pc9801_86.cpp
+++ b/src/mame/machine/pc9801_86.cpp
@@ -125,7 +125,7 @@ ioport_constructor pc9801_86_device::device_input_ports() const
// pc9801_86_device - constructor
//-------------------------------------------------
-pc9801_86_device::pc9801_86_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+pc9801_86_device::pc9801_86_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PC9801_86, "pc9801_86", tag, owner, clock, "pc9801_86", __FILE__),
m_opna(*this, "opna"),
m_dacl(*this, "dacl"),