summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/orao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orao.h')
-rw-r--r--src/mame/includes/orao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/orao.h b/src/mame/includes/orao.h
index 9707d6019f1..df0a5f767ef 100644
--- a/src/mame/includes/orao.h
+++ b/src/mame/includes/orao.h
@@ -14,7 +14,7 @@
class orao_state : public driver_device
{
public:
- orao_state(const machine_config &mconfig, device_type type, const char *tag)
+ orao_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_memory(*this, "memory"),
m_video_ram(*this, "video_ram"),