summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/abc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/abc80.h')
-rw-r--r--src/mame/includes/abc80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/abc80.h b/src/mame/includes/abc80.h
index ee9c032486f..794ce95d141 100644
--- a/src/mame/includes/abc80.h
+++ b/src/mame/includes/abc80.h
@@ -65,7 +65,7 @@
class abc80_state : public driver_device
{
public:
- abc80_state(const machine_config &mconfig, device_type type, std::string tag) :
+ abc80_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
m_pio(*this, Z80PIO_TAG),