summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/bullet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bullet.h')
-rw-r--r--src/mame/includes/bullet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/bullet.h b/src/mame/includes/bullet.h
index 978f810e1b3..206b5dac222 100644
--- a/src/mame/includes/bullet.h
+++ b/src/mame/includes/bullet.h
@@ -30,7 +30,7 @@
class bullet_state : public driver_device
{
public:
- bullet_state(const machine_config &mconfig, device_type type, std::string tag)
+ bullet_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
m_ctc(*this, Z80CTC_TAG),
@@ -131,7 +131,7 @@ public:
class bulletf_state : public bullet_state
{
public:
- bulletf_state(const machine_config &mconfig, device_type type, std::string tag) :
+ bulletf_state(const machine_config &mconfig, device_type type, const char *tag) :
bullet_state(mconfig, type, tag),
m_floppy8(*this, MB8877_TAG":8"),
m_floppy9(*this, MB8877_TAG":9"),