From 42adde9fd5658c8bdf1f24f1970072b8a7db0a54 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 19 Dec 2015 11:06:06 +0100 Subject: auto_alloc_array_clear -> make_unique_clear (nw) --- src/devices/video/hd63484.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/video/hd63484.h') diff --git a/src/devices/video/hd63484.h b/src/devices/video/hd63484.h index 8dc2cc25aa0..aca908fe008 100644 --- a/src/devices/video/hd63484.h +++ b/src/devices/video/hd63484.h @@ -46,7 +46,7 @@ protected: private: // internal state - UINT16 * m_ram; + std::unique_ptr m_ram; UINT16 m_reg[256/2]; int m_fifo_counter; -- cgit v1.2.3-70-g09d2