diff options
Diffstat (limited to 'src/mame/includes/poly880.h')
-rw-r--r-- | src/mame/includes/poly880.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/poly880.h b/src/mame/includes/poly880.h index 6362dd2324a..6245a728a9c 100644 --- a/src/mame/includes/poly880.h +++ b/src/mame/includes/poly880.h @@ -23,7 +23,7 @@ class poly880_state : public driver_device { public: - poly880_state(const machine_config &mconfig, device_type type, std::string tag) + poly880_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, Z80_TAG), m_cassette(*this, "cassette"), |