summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcatadv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mcatadv.h')
-rw-r--r--src/mame/includes/mcatadv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mcatadv.h b/src/mame/includes/mcatadv.h
index 42ea7b1f535..9e382505896 100644
--- a/src/mame/includes/mcatadv.h
+++ b/src/mame/includes/mcatadv.h
@@ -4,7 +4,7 @@
class mcatadv_state : public driver_device
{
public:
- mcatadv_state(const machine_config &mconfig, device_type type, std::string tag)
+ mcatadv_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram1(*this, "videoram1"),
m_videoram2(*this, "videoram2"),