1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

a little ui.js refactoring; fixed viz.html

This commit is contained in:
Steven Hugg
2018-06-26 20:32:34 -06:00
parent 80cc39ec4a
commit 58d7dbe155
11 changed files with 244 additions and 200 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ var includeInThisContext = function(path) {
vm.runInThisContext(code, path);
};
includeInThisContext("src/disasm.js");
includeInThisContext("src/cpu/disasm6502.js");
describe('6502 disassembler', function() {
it('Should work', function() {