summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apogee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apogee.cpp')
-rw-r--r--src/mame/drivers/apogee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apogee.cpp b/src/mame/drivers/apogee.cpp
index 7e73221b6df..fec2d5608fe 100644
--- a/src/mame/drivers/apogee.cpp
+++ b/src/mame/drivers/apogee.cpp
@@ -23,7 +23,7 @@
class apogee_state : public radio86_state
{
public:
- apogee_state(const machine_config &mconfig, device_type type, std::string tag)
+ apogee_state(const machine_config &mconfig, device_type type, const char *tag)
: radio86_state(mconfig, type, tag),
m_speaker(*this, "speaker") { }