diff options
Diffstat (limited to 'src/emu/bus/c64/pagefox.h')
-rw-r--r-- | src/emu/bus/c64/pagefox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/bus/c64/pagefox.h b/src/emu/bus/c64/pagefox.h index 79d7030d497..5437510b3c1 100644 --- a/src/emu/bus/c64/pagefox.h +++ b/src/emu/bus/c64/pagefox.h @@ -43,6 +43,8 @@ protected: virtual void c64_cd_w(address_space &space, offs_t offset, UINT8 data, int sphi2, int ba, int roml, int romh, int io1, int io2); private: + optional_shared_ptr<UINT8> m_ram; + UINT8 m_bank; }; |