Previous 199869 Revisions Next

r21746 Saturday 9th March, 2013 at 08:11:28 UTC by Fabio Priuli
ops. nw.
[src/mess/machine]snescart.c

trunk/src/mess/machine/snescart.c
r21745r21746
812812
813813   // Allocate rom pointer
814814   m_cart[slot_id].m_rom_size = m_cart_size;
815   m_cart[slot_id].m_rom = auto_alloc_array_clear(machine(), UINT8, m_cart[0].m_rom_size);
815   m_cart[slot_id].m_rom = auto_alloc_array_clear(machine(), UINT8, m_cart[slot_id].m_rom_size);
816816
817817   if (image.software_entry() == NULL)
818818   {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team