diff options
Diffstat (limited to 'src/mame/drivers/cfx9850.cpp')
-rw-r--r-- | src/mame/drivers/cfx9850.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cfx9850.cpp b/src/mame/drivers/cfx9850.cpp index 1782a100e40..30ec1e78b4b 100644 --- a/src/mame/drivers/cfx9850.cpp +++ b/src/mame/drivers/cfx9850.cpp @@ -26,7 +26,7 @@ Debugging information: class cfx9850_state : public driver_device { public: - cfx9850_state(const machine_config &mconfig, device_type type, std::string tag) + cfx9850_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_video_ram(*this, "video_ram"), m_display_ram(*this, "display_ram"), |