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

intro tour: dynamic import of .js file; renamed 6809.js to .ts

This commit is contained in:
Steven Hugg
2021-08-05 21:19:43 -05:00
parent 6f6b617723
commit f5ba481c1d
6 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ var wtu = require('./workertestutils.js');
var PNG = require('pngjs').PNG;
const dom = createTestDOM();
includeInThisContext('src/common/cpu/6809.js');
includeInThisContext('gen/common/cpu/6809.js');
includeInThisContext("javatari.js/release/javatari/javatari.js");
Javatari.AUTO_START = false;
includeInThisContext('tss/js/Log.js');