diff options
Diffstat (limited to 'src/mame/drivers/sshot.cpp')
-rw-r--r-- | src/mame/drivers/sshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sshot.cpp b/src/mame/drivers/sshot.cpp index 97075424ff0..174722abdfc 100644 --- a/src/mame/drivers/sshot.cpp +++ b/src/mame/drivers/sshot.cpp @@ -171,7 +171,7 @@ Given CS numbers this is released after the other GunChamp class supershot_state : public driver_device { public: - supershot_state(const machine_config &mconfig, device_type type, const char *tag) + supershot_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_maincpu(*this, "maincpu"), |