summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/comebaby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/comebaby.cpp')
-rw-r--r--src/mame/drivers/comebaby.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/comebaby.cpp b/src/mame/drivers/comebaby.cpp
index f3504116061..77d1beb119e 100644
--- a/src/mame/drivers/comebaby.cpp
+++ b/src/mame/drivers/comebaby.cpp
@@ -187,7 +187,7 @@ Nearly everything.
class comebaby_state : public driver_device
{
public:
- comebaby_state(const machine_config &mconfig, device_type type, std::string tag)
+ comebaby_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }