diff options
Diffstat (limited to 'src/mame/includes/poly88.h')
-rw-r--r-- | src/mame/includes/poly88.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/poly88.h b/src/mame/includes/poly88.h index a654e77e15f..9a3dc93f135 100644 --- a/src/mame/includes/poly88.h +++ b/src/mame/includes/poly88.h @@ -23,7 +23,7 @@ public: TIMER_CASSETTE }; - poly88_state(const machine_config &mconfig, device_type type, std::string tag) + poly88_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_video_ram(*this, "video_ram"), m_maincpu(*this, "maincpu"), |