summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint4.h')
-rw-r--r--src/mame/includes/sprint4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sprint4.h b/src/mame/includes/sprint4.h
index dccbb817743..79def94ada0 100644
--- a/src/mame/includes/sprint4.h
+++ b/src/mame/includes/sprint4.h
@@ -8,7 +8,7 @@ public:
TIMER_NMI
};
- sprint4_state(const machine_config &mconfig, device_type type, std::string tag)
+ sprint4_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_maincpu(*this, "maincpu"),