diff options
Diffstat (limited to 'src/mame/drivers/pm68k.cpp')
-rw-r--r-- | src/mame/drivers/pm68k.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pm68k.cpp b/src/mame/drivers/pm68k.cpp index 17113c2f037..d35fa742d8d 100644 --- a/src/mame/drivers/pm68k.cpp +++ b/src/mame/drivers/pm68k.cpp @@ -19,7 +19,7 @@ Status: Boots into monitor, some commands work, some freeze. class pm68k_state : public driver_device { public: - pm68k_state(const machine_config &mconfig, device_type type, std::string tag) + pm68k_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_p_base(*this, "rambase"), m_maincpu(*this, "maincpu"), |