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