summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/videopak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/videopak.h')
-rw-r--r--src/devices/bus/vic20/videopak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vic20/videopak.h b/src/devices/bus/vic20/videopak.h
index 9e3176e5365..d87b04d35c1 100644
--- a/src/devices/bus/vic20/videopak.h
+++ b/src/devices/bus/vic20/videopak.h
@@ -51,8 +51,8 @@ private:
required_device<mc6845_device> m_crtc;
required_device<palette_device> m_palette;
required_memory_region m_char_rom;
- optional_shared_ptr<uint8_t> m_videoram;
- optional_shared_ptr<uint8_t> m_ram;
+ memory_share_creator<uint8_t> m_videoram;
+ memory_share_creator<uint8_t> m_ram;
bool m_case;
bool m_bank_size;