summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/saturn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/saturn.cpp')
-rw-r--r--src/mame/drivers/saturn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/saturn.cpp b/src/mame/drivers/saturn.cpp
index 6504828a467..13dec46c418 100644
--- a/src/mame/drivers/saturn.cpp
+++ b/src/mame/drivers/saturn.cpp
@@ -444,7 +444,7 @@ test1f diagnostic hacks:
class sat_console_state : public saturn_state
{
public:
- sat_console_state(const machine_config &mconfig, device_type type, std::string tag)
+ sat_console_state(const machine_config &mconfig, device_type type, const char *tag)
: saturn_state(mconfig, type, tag)
, m_exp(*this, "exp")
, m_nvram(*this, "nvram")