summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ep64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ep64.h')
-rw-r--r--src/mame/includes/ep64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ep64.h b/src/mame/includes/ep64.h
index 85c0ae27a97..c81d60b1fd3 100644
--- a/src/mame/includes/ep64.h
+++ b/src/mame/includes/ep64.h
@@ -34,7 +34,7 @@
class ep64_state : public driver_device
{
public:
- ep64_state(const machine_config &mconfig, device_type type, const char *tag)
+ ep64_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
m_dave(*this, DAVE_TAG),