summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/yiear.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/yiear.h')
-rw-r--r--src/mame/includes/yiear.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/yiear.h b/src/mame/includes/yiear.h
index 8ec25e449e6..1c495709603 100644
--- a/src/mame/includes/yiear.h
+++ b/src/mame/includes/yiear.h
@@ -6,7 +6,7 @@
class yiear_state : public driver_device
{
public:
- yiear_state(const machine_config &mconfig, device_type type, std::string tag)
+ yiear_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_spriteram2(*this, "spriteram2"),