mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
oops
This commit is contained in:
parent
0aea9ed5b1
commit
cb63e55349
@ -6126,6 +6126,7 @@ static NVRAM_HANDLER( cavesh3 )
|
||||
file->read(&page, 4);
|
||||
while (page < size)
|
||||
{
|
||||
state->flashwritemap[page] = 1;
|
||||
file->read(region + page * FLASH_PAGE_SIZE, FLASH_PAGE_SIZE);
|
||||
file->read(&page, 4);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user