diff options
Diffstat (limited to 'src/mame/drivers/ax20.cpp')
-rw-r--r-- | src/mame/drivers/ax20.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ax20.cpp b/src/mame/drivers/ax20.cpp index f51f0dc925c..b1619ce25e4 100644 --- a/src/mame/drivers/ax20.cpp +++ b/src/mame/drivers/ax20.cpp @@ -23,7 +23,7 @@ class ax20_state : public driver_device { public: - ax20_state(const machine_config &mconfig, device_type type, const char *tag) + ax20_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_p_vram(*this, "p_vram"), |