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:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user