summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_26.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_26.cpp')
-rw-r--r--src/mame/machine/pc9801_26.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_26.cpp b/src/mame/machine/pc9801_26.cpp
index 38facbc8609..2f0b0351c7c 100644
--- a/src/mame/machine/pc9801_26.cpp
+++ b/src/mame/machine/pc9801_26.cpp
@@ -109,7 +109,7 @@ ioport_constructor pc9801_26_device::device_input_ports() const
// pc9801_26_device - constructor
//-------------------------------------------------
-pc9801_26_device::pc9801_26_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+pc9801_26_device::pc9801_26_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PC9801_26, "pc9801_26", tag, owner, clock, "pc9801_26", __FILE__),
// m_maincpu(*owner, "maincpu"),
m_opn(*this, "opn")