summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x68k.h')
-rw-r--r--src/mame/includes/x68k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/x68k.h b/src/mame/includes/x68k.h
index b80dfa5d88a..f1aee48d2f0 100644
--- a/src/mame/includes/x68k.h
+++ b/src/mame/includes/x68k.h
@@ -48,7 +48,7 @@ public:
TIMER_X68K_ADPCM
};
- x68k_state(const machine_config &mconfig, device_type type, std::string tag)
+ x68k_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_okim6258(*this, "okim6258"),