summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bigevglf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bigevglf.h')
-rw-r--r--src/mame/includes/bigevglf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bigevglf.h b/src/mame/includes/bigevglf.h
index 5907235db8d..d0bd4a3cea5 100644
--- a/src/mame/includes/bigevglf.h
+++ b/src/mame/includes/bigevglf.h
@@ -5,7 +5,7 @@
class bigevglf_state : public driver_device
{
public:
- bigevglf_state(const machine_config &mconfig, device_type type, std::string tag)
+ bigevglf_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_paletteram(*this, "paletteram"),
m_spriteram1(*this, "spriteram1"),