summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/pagefox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/pagefox.h')
-rw-r--r--src/devices/bus/c64/pagefox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/pagefox.h b/src/devices/bus/c64/pagefox.h
index 74ed5a4edf0..b0295eb9d0d 100644
--- a/src/devices/bus/c64/pagefox.h
+++ b/src/devices/bus/c64/pagefox.h
@@ -39,7 +39,7 @@ protected:
virtual void c64_cd_w(offs_t offset, uint8_t data, int sphi2, int ba, int roml, int romh, int io1, int io2) override;
private:
- optional_shared_ptr<uint8_t> m_ram;
+ memory_share_creator<uint8_t> m_ram;
uint8_t m_bank;
};