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