summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/epos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/epos.h')
-rw-r--r--src/mame/includes/epos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/epos.h b/src/mame/includes/epos.h
index da411ad52a1..8c0e3977bae 100644
--- a/src/mame/includes/epos.h
+++ b/src/mame/includes/epos.h
@@ -9,7 +9,7 @@
class epos_state : public driver_device
{
public:
- epos_state(const machine_config &mconfig, device_type type, const char *tag)
+ epos_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_maincpu(*this, "maincpu") { }