diff options
Diffstat (limited to 'src/mame/drivers/casloopy.cpp')
-rw-r--r-- | src/mame/drivers/casloopy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/casloopy.cpp b/src/mame/drivers/casloopy.cpp index c3639d185d5..69c0934bb9e 100644 --- a/src/mame/drivers/casloopy.cpp +++ b/src/mame/drivers/casloopy.cpp @@ -159,7 +159,7 @@ PCB 'Z545-1 A240570-1' class casloopy_state : public driver_device { public: - casloopy_state(const machine_config &mconfig, device_type type, const char *tag) + casloopy_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_bios_rom(*this, "bios_rom"), m_vregs(*this, "vregs"), |