summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/poisk1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/poisk1.h')
-rw-r--r--src/mame/includes/poisk1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/poisk1.h b/src/mame/includes/poisk1.h
index aae7313b172..57a24f0c052 100644
--- a/src/mame/includes/poisk1.h
+++ b/src/mame/includes/poisk1.h
@@ -24,7 +24,7 @@
class p1_state : public driver_device
{
public:
- p1_state(const machine_config &mconfig, device_type type, std::string tag)
+ p1_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_pic8259(*this, "pic8259"),