diff options
Diffstat (limited to 'src/devices/video/huc6270.cpp')
-rw-r--r-- | src/devices/video/huc6270.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6270.cpp b/src/devices/video/huc6270.cpp index 8ee3a9e5ae5..42527fbcf16 100644 --- a/src/devices/video/huc6270.cpp +++ b/src/devices/video/huc6270.cpp @@ -96,7 +96,7 @@ const device_type HUC6270 = &device_creator<huc6270_device>; const UINT8 huc6270_device::vram_increments[4] = { 1, 32, 64, 128 }; -huc6270_device::huc6270_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +huc6270_device::huc6270_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, HUC6270, "HuC6270 VDC", tag, owner, clock, "huc6270", __FILE__), m_vram_size(0), m_irq_changed_cb(*this) |