summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nb1414m4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nb1414m4.cpp')
-rw-r--r--src/mame/machine/nb1414m4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nb1414m4.cpp b/src/mame/machine/nb1414m4.cpp
index 07fc537fd6c..5603f0c0f50 100644
--- a/src/mame/machine/nb1414m4.cpp
+++ b/src/mame/machine/nb1414m4.cpp
@@ -32,7 +32,7 @@ Notes:
const device_type NB1414M4 = &device_creator<nb1414m4_device>;
-nb1414m4_device::nb1414m4_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+nb1414m4_device::nb1414m4_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, NB1414M4, "NB1414M4 Mahjong Custom", tag, owner, clock, "nb1414m4", __FILE__),
device_video_interface(mconfig, *this),
m_data(nullptr)