summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/attckufo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/attckufo.cpp')
-rw-r--r--src/mame/drivers/attckufo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/attckufo.cpp b/src/mame/drivers/attckufo.cpp
index 27aa5698d91..3a099bf917f 100644
--- a/src/mame/drivers/attckufo.cpp
+++ b/src/mame/drivers/attckufo.cpp
@@ -51,7 +51,7 @@ LOIPOIO-B
class attckufo_state : public driver_device
{
public:
- attckufo_state(const machine_config &mconfig, device_type type, std::string tag)
+ attckufo_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_mos6560(*this, "mos6560") ,