not worth mention: added saving ram

This commit is contained in:
Fabio Priuli 2010-03-17 10:33:40 +00:00
parent 9b618d63ee
commit 0bc5acacbc

View File

@ -1314,6 +1314,7 @@ static DEVICE_START( snes_sound )
spc700->channel = stream_create(device, 0, 2, 32000, 0, snes_sh_update);
spc700->ram = auto_alloc_array_clear(device->machine, UINT8, SNES_SPCRAM_SIZE);
state_save_register_device_item_pointer(device, 0, spc700->ram, SNES_SPCRAM_SIZE);
/* default to ROM visible */
spc700->ram[0xf1] = 0x80;