summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/zx.h')
-rw-r--r--src/mame/includes/zx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/zx.h b/src/mame/includes/zx.h
index 52d48a0858c..20ccaa5d1c6 100644
--- a/src/mame/includes/zx.h
+++ b/src/mame/includes/zx.h
@@ -21,7 +21,7 @@
class zx_state : public driver_device
{
public:
- zx_state(const machine_config &mconfig, device_type type, std::string tag)
+ zx_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_ram(*this, RAM_TAG),