summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc1350.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc1350.h')
-rw-r--r--src/mame/includes/pc1350.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc1350.h b/src/mame/includes/pc1350.h
index b52b8a53304..f6eaec4ef34 100644
--- a/src/mame/includes/pc1350.h
+++ b/src/mame/includes/pc1350.h
@@ -27,7 +27,7 @@ public:
TIMER_POWER_UP
};
- pc1350_state(const machine_config &mconfig, device_type type, const char *tag)
+ pc1350_state(const machine_config &mconfig, device_type type, std::string tag)
: pocketc_state(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_ram(*this, RAM_TAG) { }