summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pk8020.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pk8020.h')
-rw-r--r--src/mame/includes/pk8020.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pk8020.h b/src/mame/includes/pk8020.h
index d8de9284db6..34d96f4766e 100644
--- a/src/mame/includes/pk8020.h
+++ b/src/mame/includes/pk8020.h
@@ -23,7 +23,7 @@
class pk8020_state : public driver_device
{
public:
- pk8020_state(const machine_config &mconfig, device_type type, const char *tag)
+ pk8020_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_ppi8255_1(*this, "ppi8255_1"),