summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flower.h')
-rw-r--r--src/mame/includes/flower.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/flower.h b/src/mame/includes/flower.h
index cc2ff96ced2..7e201d56ebe 100644
--- a/src/mame/includes/flower.h
+++ b/src/mame/includes/flower.h
@@ -3,7 +3,7 @@
class flower_state : public driver_device
{
public:
- flower_state(const machine_config &mconfig, device_type type, const char *tag)
+ flower_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_sn_nmi_enable(*this, "sn_nmi_enable"),
m_spriteram(*this, "spriteram"),
@@ -76,7 +76,7 @@ class flower_sound_device : public device_t,
public device_sound_interface
{
public:
- flower_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ flower_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~flower_sound_device() {}
enum