summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psikyo.h')
-rw-r--r--src/mame/includes/psikyo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/psikyo.h b/src/mame/includes/psikyo.h
index d87e36ef2a8..9d0f2f6b69e 100644
--- a/src/mame/includes/psikyo.h
+++ b/src/mame/includes/psikyo.h
@@ -10,7 +10,7 @@
class psikyo_state : public driver_device
{
public:
- psikyo_state(const machine_config &mconfig, device_type type, std::string tag)
+ psikyo_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_vram_0(*this, "vram_0"),