diff options
Diffstat (limited to 'src/mame/drivers/ngp.cpp')
-rw-r--r-- | src/mame/drivers/ngp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ngp.cpp b/src/mame/drivers/ngp.cpp index 179ad9114f9..ce57a2ca4db 100644 --- a/src/mame/drivers/ngp.cpp +++ b/src/mame/drivers/ngp.cpp @@ -126,7 +126,7 @@ enum flash_state class ngp_state : public driver_device, public device_nvram_interface { public: - ngp_state(const machine_config &mconfig, device_type type, std::string tag) + ngp_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), device_nvram_interface(mconfig, *this), m_tlcs900(*this, "maincpu"), |