summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/a310.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/a310.cpp')
-rw-r--r--src/mame/drivers/a310.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/a310.cpp b/src/mame/drivers/a310.cpp
index 7acb2a355c9..01a6004f2a0 100644
--- a/src/mame/drivers/a310.cpp
+++ b/src/mame/drivers/a310.cpp
@@ -73,7 +73,7 @@
class a310_state : public archimedes_state
{
public:
- a310_state(const machine_config &mconfig, device_type type, const char *tag)
+ a310_state(const machine_config &mconfig, device_type type, std::string tag)
: archimedes_state(mconfig, type, tag)
, m_physram(*this, "physicalram")
, m_ram(*this, RAM_TAG)