summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/namcos1.h')
-rw-r--r--src/mame/includes/namcos1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/namcos1.h b/src/mame/includes/namcos1.h
index f88c32b8c16..7c0146bdaa7 100644
--- a/src/mame/includes/namcos1.h
+++ b/src/mame/includes/namcos1.h
@@ -8,7 +8,7 @@
class namcos1_state : public driver_device
{
public:
- namcos1_state(const machine_config &mconfig, device_type type, std::string tag)
+ namcos1_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_subcpu(*this, "subcpu"),