diff options
Diffstat (limited to 'src/mame/includes/cop01.h')
-rw-r--r-- | src/mame/includes/cop01.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cop01.h b/src/mame/includes/cop01.h index eb19ca52166..447775fab34 100644 --- a/src/mame/includes/cop01.h +++ b/src/mame/includes/cop01.h @@ -9,7 +9,7 @@ class cop01_state : public driver_device { public: - cop01_state(const machine_config &mconfig, device_type type, std::string tag) + cop01_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_bgvideoram(*this, "bgvideoram"), m_spriteram(*this, "spriteram"), |