summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/carrera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/carrera.cpp')
-rw-r--r--src/mame/drivers/carrera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/carrera.cpp b/src/mame/drivers/carrera.cpp
index d2b073ea1d8..d567ecc67da 100644
--- a/src/mame/drivers/carrera.cpp
+++ b/src/mame/drivers/carrera.cpp
@@ -57,7 +57,7 @@ TODO:
class carrera_state : public driver_device
{
public:
- carrera_state(const machine_config &mconfig, device_type type, std::string tag)
+ carrera_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_tileram(*this, "tileram"),
m_maincpu(*this, "maincpu"),