summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_z.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_z.h')
-rw-r--r--src/mame/includes/taito_z.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/taito_z.h b/src/mame/includes/taito_z.h
index e9847be2d22..f14335f4b7b 100644
--- a/src/mame/includes/taito_z.h
+++ b/src/mame/includes/taito_z.h
@@ -25,7 +25,7 @@ public:
TIMER_TAITOZ_CPUB_INTERRUPT5
};
- taitoz_state(const machine_config &mconfig, device_type type, std::string tag)
+ taitoz_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_maincpu(*this, "maincpu"),