summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rallyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rallyx.h')
-rw-r--r--src/mame/includes/rallyx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/rallyx.h b/src/mame/includes/rallyx.h
index e9f6ca68bac..cf56d22ef3a 100644
--- a/src/mame/includes/rallyx.h
+++ b/src/mame/includes/rallyx.h
@@ -14,7 +14,7 @@ struct jungler_star
class rallyx_state : public driver_device
{
public:
- rallyx_state(const machine_config &mconfig, device_type type, std::string tag)
+ rallyx_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_radarattr(*this, "radarattr"),