diff options
Diffstat (limited to 'src/mame/drivers/bartop52.cpp')
-rw-r--r-- | src/mame/drivers/bartop52.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bartop52.cpp b/src/mame/drivers/bartop52.cpp index 5d485c9eb98..af9142250a5 100644 --- a/src/mame/drivers/bartop52.cpp +++ b/src/mame/drivers/bartop52.cpp @@ -28,7 +28,7 @@ class bartop52_state : public atari_common_state { public: - bartop52_state(const machine_config &mconfig, device_type type, std::string tag) + bartop52_state(const machine_config &mconfig, device_type type, const char *tag) : atari_common_state(mconfig, type, tag) { } |