summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eti660.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eti660.h')
-rw-r--r--src/mame/includes/eti660.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/eti660.h b/src/mame/includes/eti660.h
index de731e2638c..783f46eb414 100644
--- a/src/mame/includes/eti660.h
+++ b/src/mame/includes/eti660.h
@@ -28,7 +28,7 @@ enum
class eti660_state : public driver_device
{
public:
- eti660_state(const machine_config &mconfig, device_type type, std::string tag)
+ eti660_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_p_videoram(*this, "videoram")
, m_maincpu(*this, CDP1802_TAG)