diff options
Diffstat (limited to 'src/mame/drivers/neoprint.cpp')
-rw-r--r-- | src/mame/drivers/neoprint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neoprint.cpp b/src/mame/drivers/neoprint.cpp index 34a6d772df7..5886973fc5e 100644 --- a/src/mame/drivers/neoprint.cpp +++ b/src/mame/drivers/neoprint.cpp @@ -31,7 +31,7 @@ class neoprint_state : public driver_device { public: - neoprint_state(const machine_config &mconfig, device_type type, const char *tag) + neoprint_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_npvidram(*this, "npvidram"), m_npvidregs(*this, "npvidregs"), |