diff options
Diffstat (limited to 'src/mame/includes/fromance.h')
-rw-r--r-- | src/mame/includes/fromance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/fromance.h b/src/mame/includes/fromance.h index 879abfab987..d8562d4deb9 100644 --- a/src/mame/includes/fromance.h +++ b/src/mame/includes/fromance.h @@ -14,7 +14,7 @@ class fromance_state : public driver_device { public: - fromance_state(const machine_config &mconfig, device_type type, std::string tag) + fromance_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_spriteram(*this, "spriteram"), |