diff options
Diffstat (limited to 'src/mame/drivers/jollyjgr.cpp')
-rw-r--r-- | src/mame/drivers/jollyjgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jollyjgr.cpp b/src/mame/drivers/jollyjgr.cpp index 78862f77700..8026d553914 100644 --- a/src/mame/drivers/jollyjgr.cpp +++ b/src/mame/drivers/jollyjgr.cpp @@ -107,7 +107,7 @@ Notes: class jollyjgr_state : public driver_device { public: - jollyjgr_state(const machine_config &mconfig, device_type type, std::string tag) + jollyjgr_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_colorram(*this, "colorram"), |