diff options
Diffstat (limited to 'src/mame/includes/tmnt.h')
-rw-r--r-- | src/mame/includes/tmnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tmnt.h b/src/mame/includes/tmnt.h index 082a4f099d1..8b6d18a7c78 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, std::string tag) + tmnt_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_spriteram(*this, "spriteram"), m_tmnt2_rom(*this, "tmnt2_rom"), |