diff options
Diffstat (limited to 'src/mame/includes/crshrace.h')
-rw-r--r-- | src/mame/includes/crshrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/crshrace.h b/src/mame/includes/crshrace.h index 4b5b928c059..eb809fbceba 100644 --- a/src/mame/includes/crshrace.h +++ b/src/mame/includes/crshrace.h @@ -8,7 +8,7 @@ class crshrace_state : public driver_device { public: - crshrace_state(const machine_config &mconfig, device_type type, std::string tag) + crshrace_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram1(*this, "videoram1"), m_videoram2(*this, "videoram2"), |