summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmnt.h')
-rw-r--r--src/mame/includes/tmnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tmnt.h b/src/mame/includes/tmnt.h
index 8b6d18a7c78..082a4f099d1 100644
--- a/src/mame/includes/tmnt.h
+++ b/src/mame/includes/tmnt.h
@@ -21,7 +21,7 @@ public:
TIMER_NMI
};
- tmnt_state(const machine_config &mconfig, device_type type, const char *tag)
+ tmnt_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_tmnt2_rom(*this, "tmnt2_rom"),