summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegaeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vegaeo.cpp')
-rw-r--r--src/mame/drivers/vegaeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vegaeo.cpp b/src/mame/drivers/vegaeo.cpp
index a7ccb3708f3..9d366595ed8 100644
--- a/src/mame/drivers/vegaeo.cpp
+++ b/src/mame/drivers/vegaeo.cpp
@@ -23,7 +23,7 @@
class vegaeo_state : public eolith_state
{
public:
- vegaeo_state(const machine_config &mconfig, device_type type, std::string tag)
+ vegaeo_state(const machine_config &mconfig, device_type type, const char *tag)
: eolith_state(mconfig, type, tag) { }
std::unique_ptr<UINT32[]> m_vega_vram;