summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scregg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scregg.cpp')
-rw-r--r--src/mame/drivers/scregg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/scregg.cpp b/src/mame/drivers/scregg.cpp
index 3687309b118..652ebcbfacc 100644
--- a/src/mame/drivers/scregg.cpp
+++ b/src/mame/drivers/scregg.cpp
@@ -59,7 +59,7 @@ it as ASCII text.
class scregg_state : public btime_state
{
public:
- scregg_state(const machine_config &mconfig, device_type type, std::string tag)
+ scregg_state(const machine_config &mconfig, device_type type, const char *tag)
: btime_state(mconfig, type, tag) { }
DECLARE_WRITE8_MEMBER(scregg_irqack_w);