diff options
Diffstat (limited to 'src/mame/drivers/vegaeo.cpp')
-rw-r--r-- | src/mame/drivers/vegaeo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vegaeo.cpp b/src/mame/drivers/vegaeo.cpp index 9d366595ed8..a7ccb3708f3 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, const char *tag) + vegaeo_state(const machine_config &mconfig, device_type type, std::string tag) : eolith_state(mconfig, type, tag) { } std::unique_ptr<UINT32[]> m_vega_vram; |