summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rsc55.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rsc55.cpp')
-rw-r--r--src/mame/drivers/rsc55.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/rsc55.cpp b/src/mame/drivers/rsc55.cpp
index 14e2f7c4765..90779f52be5 100644
--- a/src/mame/drivers/rsc55.cpp
+++ b/src/mame/drivers/rsc55.cpp
@@ -48,10 +48,10 @@ class sc55_state : public driver_device
public:
required_device<i8x9x_device> m_maincpu;
- sc55_state(const machine_config &mconfig, device_type type, std::string tag);
+ sc55_state(const machine_config &mconfig, device_type type, const char *tag);
};
-sc55_state::sc55_state(const machine_config &mconfig, device_type type, std::string tag) :
+sc55_state::sc55_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{