diff options
Diffstat (limited to 'src/mame/drivers/astropc.cpp')
-rw-r--r-- | src/mame/drivers/astropc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/astropc.cpp b/src/mame/drivers/astropc.cpp index a58eb2335eb..e598d3b8731 100644 --- a/src/mame/drivers/astropc.cpp +++ b/src/mame/drivers/astropc.cpp @@ -18,7 +18,7 @@ We need to figure this out and convert them to CHDs (I think.. unless they're fl class astropc_state : public driver_device { public: - astropc_state(const machine_config &mconfig, device_type type, const char *tag) + astropc_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu") { } |