Previous 199869 Revisions Next

r21643 Wednesday 6th March, 2013 at 15:54:50 UTC by Fabio Priuli
whops. forgot this. nw.
[src/mess/machine]snescart.c

trunk/src/mess/machine/snescart.c
r21642r21643
10471047   snes_cart_log_info(machine, ROM, total_blocks, supported_type);
10481048
10491049   /* Load SRAM */
1050   snes_load_sram(machine);
1050   if (m_cart[0].m_nvram_size > 0)
1051      snes_load_sram(machine);
10511052
10521053   /* All done */
10531054   return IMAGE_INIT_PASS;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team