summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/psion.h')
-rw-r--r--src/mame/includes/psion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/psion.h b/src/mame/includes/psion.h
index bf09325add0..9371e168326 100644
--- a/src/mame/includes/psion.h
+++ b/src/mame/includes/psion.h
@@ -23,7 +23,7 @@
class psion_state : public driver_device
{
public:
- psion_state(const machine_config &mconfig, device_type type, const char *tag)
+ psion_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_lcdc(*this, "hd44780"),
@@ -88,7 +88,7 @@ public:
class psion1_state : public psion_state
{
public:
- psion1_state(const machine_config &mconfig, device_type type, const char *tag)
+ psion1_state(const machine_config &mconfig, device_type type, std::string tag)
: psion_state(mconfig, type, tag)
{ }