summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/rmt32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rmt32.cpp')
-rw-r--r--src/mame/drivers/rmt32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rmt32.cpp b/src/mame/drivers/rmt32.cpp
index 5d3a5a482b8..60116d4324e 100644
--- a/src/mame/drivers/rmt32.cpp
+++ b/src/mame/drivers/rmt32.cpp
@@ -194,7 +194,7 @@ public:
optional_device<sed1200d0a_device> lcd;
required_device<timer_device> midi_timer;
- mt32_state(const machine_config &mconfig, device_type type, std::string tag);
+ mt32_state(const machine_config &mconfig, device_type type, const char *tag);
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -223,7 +223,7 @@ private:
required_device<cpu_device> m_maincpu;
};
-mt32_state::mt32_state(const machine_config &mconfig, device_type type, std::string tag) :
+mt32_state::mt32_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
cpu(*this, "maincpu"),
ram(*this, "ram"),