diff options
Diffstat (limited to 'src/mame/drivers/neptunp2.cpp')
-rw-r--r-- | src/mame/drivers/neptunp2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neptunp2.cpp b/src/mame/drivers/neptunp2.cpp index b3ddb90becf..f5b3b4c05f0 100644 --- a/src/mame/drivers/neptunp2.cpp +++ b/src/mame/drivers/neptunp2.cpp @@ -16,7 +16,7 @@ class neptunp2_state : public driver_device { public: - neptunp2_state(const machine_config &mconfig, device_type type, std::string tag) + neptunp2_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu") { } |