1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

started on Share Embed Link; removed emubevel class; load support scripts at runtime

This commit is contained in:
Steven Hugg
2018-08-23 23:58:35 -04:00
parent 1f32eee70c
commit cb22adeb62
13 changed files with 12846 additions and 51 deletions
+1 -1
View File
@@ -107,6 +107,6 @@ var NES_CONIO_ROM_LZG = [
describe('LZG', function() {
it('Should decode LZG', function() {
var rom = new Uint8Array(new util.lzgmini().decode(NES_CONIO_ROM_LZG));
assert.equal(40977, rom.length);
assert.equal(40976, rom.length);
});
});