summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vendetta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vendetta.h')
-rw-r--r--src/mame/includes/vendetta.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vendetta.h b/src/mame/includes/vendetta.h
index 9374808b23d..f32c7cc9f61 100644
--- a/src/mame/includes/vendetta.h
+++ b/src/mame/includes/vendetta.h
@@ -20,7 +20,7 @@ public:
TIMER_Z80_NMI
};
- vendetta_state(const machine_config &mconfig, device_type type, std::string tag)
+ vendetta_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),