summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_118.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_118.cpp')
-rw-r--r--src/mame/machine/pc9801_118.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_118.cpp b/src/mame/machine/pc9801_118.cpp
index ee3a189b338..0de0bc067ab 100644
--- a/src/mame/machine/pc9801_118.cpp
+++ b/src/mame/machine/pc9801_118.cpp
@@ -117,7 +117,7 @@ const rom_entry *pc9801_118_device::device_rom_region() const
// pc9801_118_device - constructor
//-------------------------------------------------
-pc9801_118_device::pc9801_118_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+pc9801_118_device::pc9801_118_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PC9801_118, "pc9801_118", tag, owner, clock, "pc9801_118", __FILE__),
// m_maincpu(*owner, "maincpu"),
m_opn3(*this, "opn3")