| Previous | 199869 Revisions | Next |
| r21746 Saturday 9th March, 2013 at 08:11:28 UTC by Fabio Priuli |
|---|
| ops. nw. |
| [src/mess/machine] | snescart.c |
| r21745 | r21746 | |
|---|---|---|
| 812 | 812 | |
| 813 | 813 | // Allocate rom pointer |
| 814 | 814 | 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[ | |
| 815 | m_cart[slot_id].m_rom = auto_alloc_array_clear(machine(), UINT8, m_cart[slot_id].m_rom_size); | |
| 816 | 816 | |
| 817 | 817 | if (image.software_entry() == NULL) |
| 818 | 818 | { |
| Previous | 199869 Revisions | Next |