diff options
Diffstat (limited to 'src/mame/drivers/apf.cpp')
-rw-r--r-- | src/mame/drivers/apf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apf.cpp b/src/mame/drivers/apf.cpp index d82f3107ace..3ecda64162e 100644 --- a/src/mame/drivers/apf.cpp +++ b/src/mame/drivers/apf.cpp @@ -87,7 +87,7 @@ ToDo: class apf_state : public driver_device { public: - apf_state(const machine_config &mconfig, device_type type, const char *tag) + apf_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag) , m_has_cart_ram(false) , m_maincpu(*this, "maincpu") |