summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nova2001.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nova2001.h')
-rw-r--r--src/mame/includes/nova2001.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/nova2001.h b/src/mame/includes/nova2001.h
index 16a93407536..497a337c4e5 100644
--- a/src/mame/includes/nova2001.h
+++ b/src/mame/includes/nova2001.h
@@ -3,7 +3,7 @@
class nova2001_state : public driver_device
{
public:
- nova2001_state(const machine_config &mconfig, device_type type, std::string tag)
+ nova2001_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_gfxdecode(*this, "gfxdecode"),