update 0.8.1

This commit is contained in:
Rupert Hausberger 2013-07-07 17:15:58 +02:00
commit eb541a17d5

View file

@ -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 + ')');
}