summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/osborne1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/osborne1.h')
-rw-r--r--src/mame/includes/osborne1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/osborne1.h b/src/mame/includes/osborne1.h
index ee7da6ae3d4..7a7e6d64a84 100644
--- a/src/mame/includes/osborne1.h
+++ b/src/mame/includes/osborne1.h
@@ -27,7 +27,7 @@ public:
TIMER_ACIA_RXC_TXC
};
- osborne1_state(const machine_config &mconfig, device_type type, std::string tag) :
+ osborne1_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_gfxdecode(*this, "gfxdecode"),