(MESS) pce: fixed sf2ce loading. nw.

This commit is contained in:
Fabio Priuli 2013-06-05 19:36:23 +00:00
parent 495b95aa47
commit 6f16367c19

View File

@ -94,7 +94,7 @@ void device_pce_cart_interface::rom_map_setup(UINT32 size)
else else
{ {
// setup the rom_bank_map array to faster ROM read // setup the rom_bank_map array to faster ROM read
for (i = 0; i < size / 0x20000; i++) for (i = 0; i < size / 0x20000 && i < 8; i++)
rom_bank_map[i] = i; rom_bank_map[i] = i;
// fill up remaining blocks with mirrors // fill up remaining blocks with mirrors