summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rmnimbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rmnimbus.h')
-rw-r--r--src/mame/includes/rmnimbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/rmnimbus.h b/src/mame/includes/rmnimbus.h
index 6e1c6dfafd1..692d6eb338a 100644
--- a/src/mame/includes/rmnimbus.h
+++ b/src/mame/includes/rmnimbus.h
@@ -51,7 +51,7 @@
class rmnimbus_state : public driver_device
{
public:
- rmnimbus_state(const machine_config &mconfig, device_type type, std::string tag) :
+ rmnimbus_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_msm(*this, MSM5205_TAG),