diff options
Diffstat (limited to 'src/mame/drivers/acommand.cpp')
-rw-r--r-- | src/mame/drivers/acommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/acommand.cpp b/src/mame/drivers/acommand.cpp index 3765aa69713..5da92a119ce 100644 --- a/src/mame/drivers/acommand.cpp +++ b/src/mame/drivers/acommand.cpp @@ -65,7 +65,7 @@ JALCF1 BIN 1,048,576 02-07-99 1:11a JALCF1.BIN class acommand_state : public driver_device { public: - acommand_state(const machine_config &mconfig, device_type type, std::string tag) + acommand_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_ac_bgvram(*this, "ac_bgvram"), m_ac_txvram(*this, "ac_txvram"), |