summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mmodular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mmodular.cpp')
-rw-r--r--src/mame/drivers/mmodular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mmodular.cpp b/src/mame/drivers/mmodular.cpp
index c9042234b6b..7a8651f5cc7 100644
--- a/src/mame/drivers/mmodular.cpp
+++ b/src/mame/drivers/mmodular.cpp
@@ -129,7 +129,7 @@ UINT8 lcd32_char;
class polgar_state : public mboard_state
{
public:
- polgar_state(const machine_config &mconfig, device_type type, const char *tag)
+ polgar_state(const machine_config &mconfig, device_type type, std::string tag)
: mboard_state(mconfig, type, tag),
m_lcdc(*this, "hd44780"),
m_beeper(*this, "beeper")