summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wgp.h')
-rw-r--r--src/mame/includes/wgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wgp.h b/src/mame/includes/wgp.h
index d5298b6eaac..c2a026eb945 100644
--- a/src/mame/includes/wgp.h
+++ b/src/mame/includes/wgp.h
@@ -21,7 +21,7 @@ public:
TIMER_WGP_CPUB_INTERRUPT6
};
- wgp_state(const machine_config &mconfig, device_type type, const char *tag)
+ wgp_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_spritemap(*this, "spritemap"),
m_spriteram(*this, "spriteram"),