summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/antic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/antic.cpp')
-rw-r--r--src/mame/video/antic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/antic.cpp b/src/mame/video/antic.cpp
index e393107bf53..e1cf7592ab8 100644
--- a/src/mame/video/antic.cpp
+++ b/src/mame/video/antic.cpp
@@ -25,10 +25,9 @@ const device_type ATARI_ANTIC = &device_creator<antic_device>;
// antic_device - constructor
//-------------------------------------------------
-antic_device::antic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+antic_device::antic_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, ATARI_ANTIC, "Atari ANTIC", tag, owner, clock, "antic", __FILE__),
device_video_interface(mconfig, *this),
- m_gtia_tag(nullptr),
m_maincpu(*this, ":maincpu"),
m_djoy_b(*this, ":djoy_b"),
m_artifacts(*this, ":artifacts"),