summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/phc25.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/phc25.h')
-rw-r--r--src/mame/includes/phc25.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/phc25.h b/src/mame/includes/phc25.h
index 545b5e705d7..635e7cbeb70 100644
--- a/src/mame/includes/phc25.h
+++ b/src/mame/includes/phc25.h
@@ -27,7 +27,7 @@
class phc25_state : public driver_device
{
public:
- phc25_state(const machine_config &mconfig, device_type type, std::string tag)
+ phc25_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
, m_video_ram(*this, "video_ram")
, m_maincpu(*this, Z80_TAG)