neogeo: Fixed game saving [ElBarto]

This commit is contained in:
R. Belmont 2011-09-25 14:49:00 +00:00
parent c27b8e0784
commit a50438d869

View File

@ -993,7 +993,7 @@ static MACHINE_START( neogeo )
neogeo_state *state = machine.driver_data<neogeo_state>();
/* configure NVRAM */
machine.device<nvram_device>("saveram")->set_base(save_ram, 0x2000);
machine.device<nvram_device>("saveram")->set_base(save_ram, 0x10000);
/* set the BIOS bank */
memory_set_bankptr(machine, NEOGEO_BANK_BIOS, machine.region("mainbios")->base());