summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nes_slot.c')
-rw-r--r--src/mess/machine/nes_slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/nes_slot.c b/src/mess/machine/nes_slot.c
index bf93f3fdbfd..89881d07d92 100644
--- a/src/mess/machine/nes_slot.c
+++ b/src/mess/machine/nes_slot.c
@@ -768,7 +768,7 @@ void device_nes_cart_interface::pcb_start(running_machine &machine, UINT8 *ciram
if (m_vram_size)
state_save_register_item_pointer(machine, "NES_CART", NULL, 0, m_vram, m_vram_size);
if (m_battery_size)
- state_save_register_item_pointer(machine, "NES_CART", NULL, 0, m_battery, m_battery_size);
+ state_save_register_item_pointer(machine, "NES_CART", NULL, 0, m_battery, m_battery_size);
}
void device_nes_cart_interface::pcb_reg_postload(running_machine &machine)