mirror of
https://github.com/holub/mame
synced 2025-06-28 23:24:23 +03:00
(MESS) pce: fixed sf2ce loading. nw.
This commit is contained in:
parent
495b95aa47
commit
6f16367c19
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user