summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/equites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/equites.h')
-rw-r--r--src/mame/includes/equites.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/equites.h b/src/mame/includes/equites.h
index d1f14f95d9e..a3808e6265a 100644
--- a/src/mame/includes/equites.h
+++ b/src/mame/includes/equites.h
@@ -15,7 +15,7 @@
class equites_state : public driver_device
{
public:
- equites_state(const machine_config &mconfig, device_type type, std::string tag)
+ equites_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_bg_videoram(*this, "bg_videoram"),
m_spriteram(*this, "spriteram"),