summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/rtc.h')
-rw-r--r--src/devices/bus/wangpc/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/rtc.h b/src/devices/bus/wangpc/rtc.h
index eb848b599ec..4366536ccdf 100644
--- a/src/devices/bus/wangpc/rtc.h
+++ b/src/devices/bus/wangpc/rtc.h
@@ -52,7 +52,7 @@ private:
required_device<z80ctc_device> m_ctc0;
required_device<z80ctc_device> m_ctc1;
required_device<z80sio_device> m_sio;
- optional_shared_ptr<uint8_t> m_char_ram;
+ memory_share_creator<uint8_t> m_char_ram;
void wangpc_rtc_io(address_map &map);
void wangpc_rtc_mem(address_map &map);