update 0.8.1
This commit is contained in:
parent
dd3bb23b86
commit
eb541a17d5
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -235,7 +235,7 @@ function Cache() {
|
|||
roms[num] = data;
|
||||
return data;
|
||||
} else
|
||||
alert('Wrong checksum for ' + url + ' (is $' + dechex(crc32(data)) + ', should $' + dechex(crc) + ')');
|
||||
alert('Wrong checksum for ' + url + ' (is $' + dechex(crc32(data)) + ', should $' + dechex(crc) + ')\n\nFlush the browser-cache with "Ctrl+Shift+Del" and press F5 to reload...');
|
||||
} else
|
||||
alert('Wrong file-length for ' + url + ' (' + size + ')');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue