Previous 199869 Revisions Next

r23468 Wednesday 5th June, 2013 at 19:36:23 UTC by Fabio Priuli
(MESS) pce: fixed sf2ce loading. nw.
[src/mess/machine]pce_slot.c

trunk/src/mess/machine/pce_slot.c
r23467r23468
9494   else
9595   {
9696      // setup the rom_bank_map array to faster ROM read
97      for (i = 0; i < size / 0x20000; i++)
97      for (i = 0; i < size / 0x20000 && i < 8; i++)
9898         rom_bank_map[i] = i;
9999     
100100      // fill up remaining blocks with mirrors

Previous 199869 Revisions Next


© 1997-2024 The MAME Team