summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vixen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vixen.h')
-rw-r--r--src/mame/includes/vixen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vixen.h b/src/mame/includes/vixen.h
index e7bc78c58fc..0091d3ee9d8 100644
--- a/src/mame/includes/vixen.h
+++ b/src/mame/includes/vixen.h
@@ -26,7 +26,7 @@
class vixen_state : public driver_device
{
public:
- vixen_state(const machine_config &mconfig, device_type type, std::string tag)
+ vixen_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z8400A_TAG),
m_fdc(*this, FDC1797_TAG),