summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model1.h')
-rw-r--r--src/mame/includes/model1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/model1.h b/src/mame/includes/model1.h
index 824766648e5..fd627b33376 100644
--- a/src/mame/includes/model1.h
+++ b/src/mame/includes/model1.h
@@ -13,7 +13,7 @@ enum {MAT_STACK_SIZE = 32};
class model1_state : public driver_device
{
public:
- model1_state(const machine_config &mconfig, device_type type, const char *tag)
+ model1_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_m1audio(*this, "m1audio"),