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

fixed test, verilog; updated slip counter preset

This commit is contained in:
Steven Hugg
2018-07-09 20:46:45 -05:00
parent 82f01b3fcd
commit d6a702b929
6 changed files with 44 additions and 30 deletions
+1 -1
View File
@@ -47,8 +47,8 @@ global.localStorage = {
includeInThisContext("localForage/dist/localforage.js");
includeInThisContext("gen/util.js");
includeInThisContext("src/store.js");
//var wtypes = require("../../gen/workertypes.js");
var prj = require("../../gen/project.js");
var prj = require("../../gen/workertypes.js");
var test_platform_id = "_TEST";