diff options
Diffstat (limited to 'src/mame/drivers/drtomy.cpp')
-rw-r--r-- | src/mame/drivers/drtomy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/drtomy.cpp b/src/mame/drivers/drtomy.cpp index 1536bd9ecee..bfa7a311597 100644 --- a/src/mame/drivers/drtomy.cpp +++ b/src/mame/drivers/drtomy.cpp @@ -16,7 +16,7 @@ similar hardware. class drtomy_state : public driver_device { public: - drtomy_state(const machine_config &mconfig, device_type type, std::string tag) + drtomy_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram_fg(*this, "videorafg"), m_videoram_bg(*this, "videorabg"), |