diff options
Diffstat (limited to 'src/devices/bus/pet/64k.h')
-rw-r--r-- | src/devices/bus/pet/64k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pet/64k.h b/src/devices/bus/pet/64k.h index 7cf03cd621b..6b55cc3098e 100644 --- a/src/devices/bus/pet/64k.h +++ b/src/devices/bus/pet/64k.h @@ -41,7 +41,7 @@ private: inline uint8_t read_ram(offs_t offset); inline void write_ram(offs_t offset, uint8_t data); - optional_shared_ptr<uint8_t> m_ram; + memory_share_creator<uint8_t> m_ram; uint8_t m_ctrl; }; |