summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/emb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/emb.h')
-rw-r--r--src/devices/bus/wangpc/emb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/emb.h b/src/devices/bus/wangpc/emb.h
index 1e175ae6867..1f23fed9f09 100644
--- a/src/devices/bus/wangpc/emb.h
+++ b/src/devices/bus/wangpc/emb.h
@@ -40,7 +40,7 @@ protected:
virtual void wangpcbus_aiowc_w(offs_t offset, uint16_t mem_mask, uint16_t data) override;
private:
- optional_shared_ptr<uint16_t> m_ram;
+ memory_share_creator<uint16_t> m_ram;
uint16_t m_option;
int m_parity_error;
int m_parity_odd;