summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cb2001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cb2001.cpp')
-rw-r--r--src/mame/drivers/cb2001.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cb2001.cpp b/src/mame/drivers/cb2001.cpp
index 57b1793b269..10fc8bb527a 100644
--- a/src/mame/drivers/cb2001.cpp
+++ b/src/mame/drivers/cb2001.cpp
@@ -51,7 +51,7 @@ this seems more like 8-bit hardware, maybe it should be v25, not v35...
class cb2001_state : public driver_device
{
public:
- cb2001_state(const machine_config &mconfig, device_type type, std::string tag)
+ cb2001_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_vram_fg(*this, "vrafg"),
m_vram_bg(*this, "vrabg"),