summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pp01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pp01.h')
-rw-r--r--src/mame/includes/pp01.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pp01.h b/src/mame/includes/pp01.h
index 7a0905ba6cb..e8e15fce57e 100644
--- a/src/mame/includes/pp01.h
+++ b/src/mame/includes/pp01.h
@@ -22,7 +22,7 @@
class pp01_state : public driver_device
{
public:
- pp01_state(const machine_config &mconfig, device_type type, std::string tag)
+ pp01_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_pit(*this, "pit8253"),