summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/abc1600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/abc1600.h')
-rw-r--r--src/mame/includes/abc1600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/abc1600.h b/src/mame/includes/abc1600.h
index 5269a352c47..6c76362197c 100644
--- a/src/mame/includes/abc1600.h
+++ b/src/mame/includes/abc1600.h
@@ -57,7 +57,7 @@
class abc1600_state : public driver_device
{
public:
- abc1600_state(const machine_config &mconfig, device_type type, const char *tag)
+ abc1600_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, MC68008P8_TAG),
m_dma0(*this, Z8410AB1_0_TAG),