diff options
Diffstat (limited to 'src/emu/bus/c64/pagefox.c')
| -rw-r--r-- | src/emu/bus/c64/pagefox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/c64/pagefox.c b/src/emu/bus/c64/pagefox.c index 2edc58983c6..16c46f12742 100644 --- a/src/emu/bus/c64/pagefox.c +++ b/src/emu/bus/c64/pagefox.c @@ -67,7 +67,7 @@ void c64_pagefox_cartridge_device::device_start() { // allocate memory m_ram.allocate(0x8000); - + // state saving save_item(NAME(m_bank)); } |
