summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/clm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/clm.h')
-rw-r--r--src/devices/bus/comx35/clm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/clm.h b/src/devices/bus/comx35/clm.h
index 9c4845cbbe0..de86ff28b7f 100644
--- a/src/devices/bus/comx35/clm.h
+++ b/src/devices/bus/comx35/clm.h
@@ -52,7 +52,7 @@ private:
required_device<palette_device> m_palette;
required_memory_region m_rom;
required_memory_region m_char_rom;
- optional_shared_ptr<uint8_t> m_video_ram;
+ memory_share_creator<uint8_t> m_video_ram;
};