summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suprnova.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suprnova.h')
-rw-r--r--src/mame/includes/suprnova.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/suprnova.h b/src/mame/includes/suprnova.h
index b3d163a91ce..672ceb3efd5 100644
--- a/src/mame/includes/suprnova.h
+++ b/src/mame/includes/suprnova.h
@@ -23,7 +23,7 @@ struct hit_t
class skns_state : public driver_device
{
public:
- skns_state(const machine_config &mconfig, device_type type, std::string tag)
+ skns_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this,"maincpu"),
m_spritegen(*this, "spritegen"),