summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jupiter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jupiter.h')
-rw-r--r--src/mame/includes/jupiter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/jupiter.h b/src/mame/includes/jupiter.h
index 71643260d60..ad89bc97a82 100644
--- a/src/mame/includes/jupiter.h
+++ b/src/mame/includes/jupiter.h
@@ -16,7 +16,7 @@
class jupiter2_state : public driver_device
{
public:
- jupiter2_state(const machine_config &mconfig, device_type type, std::string tag)
+ jupiter2_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, MCM6571AP_TAG)
{ }
@@ -30,7 +30,7 @@ public:
class jupiter3_state : public driver_device
{
public:
- jupiter3_state(const machine_config &mconfig, device_type type, std::string tag)
+ jupiter3_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
m_p_videoram(*this, "p_videoram"),