mirror of
https://github.com/holub/mame
synced 2025-05-16 02:42:05 +03:00
neogeo: Fixed game saving [ElBarto]
This commit is contained in:
parent
c27b8e0784
commit
a50438d869
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user