summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ymmu100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ymmu100.cpp')
-rw-r--r--src/mame/drivers/ymmu100.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ymmu100.cpp b/src/mame/drivers/ymmu100.cpp
index 105dbc1ca60..a109418b62e 100644
--- a/src/mame/drivers/ymmu100.cpp
+++ b/src/mame/drivers/ymmu100.cpp
@@ -153,7 +153,7 @@ public:
P2_LCD_ENABLE = 0x04
};
- mu100_state(const machine_config &mconfig, device_type type, std::string tag)
+ mu100_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_lcd(*this, "lcd"),
@@ -198,7 +198,7 @@ public:
class mu100r_state : public mu100_state {
public:
- mu100r_state(const machine_config &mconfig, device_type type, std::string tag)
+ mu100r_state(const machine_config &mconfig, device_type type, const char *tag)
: mu100_state(mconfig, type, tag)
{ }