summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/orion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orion.h')
-rw-r--r--src/mame/includes/orion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/orion.h b/src/mame/includes/orion.h
index 286d43af94e..5d6a57058be 100644
--- a/src/mame/includes/orion.h
+++ b/src/mame/includes/orion.h
@@ -24,7 +24,7 @@
class orion_state : public radio86_state
{
public:
- orion_state(const machine_config &mconfig, device_type type, std::string tag)
+ orion_state(const machine_config &mconfig, device_type type, const char *tag)
: radio86_state(mconfig, type, tag)
, m_fdc(*this, "fd1793")
, m_ram(*this, RAM_TAG)