diff options
Diffstat (limited to 'src/mame/drivers/onetwo.cpp')
-rw-r--r-- | src/mame/drivers/onetwo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/onetwo.cpp b/src/mame/drivers/onetwo.cpp index 35b54cbd5b8..17661043d8e 100644 --- a/src/mame/drivers/onetwo.cpp +++ b/src/mame/drivers/onetwo.cpp @@ -51,7 +51,7 @@ Note: this is quite clearly a 'Korean bootleg' of Shisensho - Joshiryo-Hen / Mat class onetwo_state : public driver_device { public: - onetwo_state(const machine_config &mconfig, device_type type, const char *tag) + onetwo_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_paletteram(*this, "paletteram"), m_paletteram2(*this, "paletteram2"), |