summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc1403.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc1403.h')
-rw-r--r--src/mame/includes/pc1403.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc1403.h b/src/mame/includes/pc1403.h
index dcd836eceb0..c5bdf2f943f 100644
--- a/src/mame/includes/pc1403.h
+++ b/src/mame/includes/pc1403.h
@@ -26,7 +26,7 @@ public:
TIMER_POWER_UP
};
- pc1403_state(const machine_config &mconfig, device_type type, std::string tag)
+ pc1403_state(const machine_config &mconfig, device_type type, const char *tag)
: pocketc_state(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_gfxdecode(*this, "gfxdecode"),