diff options
Diffstat (limited to 'src/mame/includes/mappy.h')
-rw-r--r-- | src/mame/includes/mappy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mappy.h b/src/mame/includes/mappy.h index f2851c03e2b..8bbfcf8ff25 100644 --- a/src/mame/includes/mappy.h +++ b/src/mame/includes/mappy.h @@ -30,7 +30,7 @@ public: GAME_MOTOS }; - mappy_state(const machine_config &mconfig, device_type type, std::string tag) + mappy_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_spriteram(*this, "spriteram"), |