diff options
Diffstat (limited to 'src/devices/bus/c64/fcc.cpp')
-rw-r--r-- | src/devices/bus/c64/fcc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/c64/fcc.cpp b/src/devices/bus/c64/fcc.cpp index 405c1761a2e..13b42122a03 100644 --- a/src/devices/bus/c64/fcc.cpp +++ b/src/devices/bus/c64/fcc.cpp @@ -97,6 +97,7 @@ c64_final_chesscard_device::c64_final_chesscard_device(const machine_config &mco void c64_final_chesscard_device::device_start() { + m_nvram = std::make_unique<uint8_t[]>(0x2000); // state saving save_item(NAME(m_bank)); save_item(NAME(m_hidden)); |