diff options
Diffstat (limited to 'src/emu/bus/c64/xl80.h')
-rw-r--r-- | src/emu/bus/c64/xl80.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/bus/c64/xl80.h b/src/emu/bus/c64/xl80.h index 30896134fe9..a8ec1aadb53 100644 --- a/src/emu/bus/c64/xl80.h +++ b/src/emu/bus/c64/xl80.h @@ -55,6 +55,7 @@ protected: private: required_device<h46505_device> m_crtc; required_memory_region m_char_rom; + optional_shared_ptr<UINT8> m_ram; }; |