summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vindictr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vindictr.h')
-rw-r--r--src/mame/includes/vindictr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vindictr.h b/src/mame/includes/vindictr.h
index 23ee6702e81..1a12da72cce 100644
--- a/src/mame/includes/vindictr.h
+++ b/src/mame/includes/vindictr.h
@@ -13,7 +13,7 @@
class vindictr_state : public atarigen_state
{
public:
- vindictr_state(const machine_config &mconfig, device_type type, std::string tag)
+ vindictr_state(const machine_config &mconfig, device_type type, const char *tag)
: atarigen_state(mconfig, type, tag),
m_playfield_tilemap(*this, "playfield"),
m_alpha_tilemap(*this, "alpha"),