diff options
Diffstat (limited to 'src/mame/drivers/sfcbox.cpp')
-rw-r--r-- | src/mame/drivers/sfcbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sfcbox.cpp b/src/mame/drivers/sfcbox.cpp index 944c74b706a..d8c8534e5ae 100644 --- a/src/mame/drivers/sfcbox.cpp +++ b/src/mame/drivers/sfcbox.cpp @@ -127,7 +127,7 @@ How does the Super Famicom Box operates class sfcbox_state : public snes_state { public: - sfcbox_state(const machine_config &mconfig, device_type type, std::string tag) + sfcbox_state(const machine_config &mconfig, device_type type, const char *tag) : snes_state(mconfig, type, tag), m_bios(*this, "bios"), m_mb90082(*this,"mb90082"), |