summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/ram.h')
-rw-r--r--src/devices/bus/comx35/ram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/ram.h b/src/devices/bus/comx35/ram.h
index 3a75e208eb6..8ab8703d195 100644
--- a/src/devices/bus/comx35/ram.h
+++ b/src/devices/bus/comx35/ram.h
@@ -39,7 +39,7 @@ protected:
virtual void comx_io_w(offs_t offset, uint8_t data) override;
private:
- optional_shared_ptr<uint8_t> m_ram;
+ memory_share_creator<uint8_t> m_ram;
int m_bank;
};