diff options
Diffstat (limited to 'src/mame/drivers/pt68k4.cpp')
-rw-r--r-- | src/mame/drivers/pt68k4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pt68k4.cpp b/src/mame/drivers/pt68k4.cpp index d76d8af7766..6632625ff9b 100644 --- a/src/mame/drivers/pt68k4.cpp +++ b/src/mame/drivers/pt68k4.cpp @@ -79,7 +79,7 @@ TODO: 68230 device class pt68k4_state : public driver_device { public: - pt68k4_state(const machine_config &mconfig, device_type type, const char *tag) + pt68k4_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag) , m_p_base(*this, "rambase") , m_maincpu(*this, M68K_TAG) |