summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/3do.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/3do.h')
-rw-r--r--src/mame/includes/3do.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/3do.h b/src/mame/includes/3do.h
index a3be5eb1302..c826052faa4 100644
--- a/src/mame/includes/3do.h
+++ b/src/mame/includes/3do.h
@@ -139,7 +139,7 @@ struct DSPP {
class _3do_state : public driver_device
{
public:
- _3do_state(const machine_config &mconfig, device_type type, std::string tag)
+ _3do_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_dram(*this, "dram"),