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

fixed tests

This commit is contained in:
Steven Hugg
2023-11-25 13:09:59 -06:00
parent 43d844fa79
commit e6c3dc98e1
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -119,6 +119,7 @@ function checkForBigNonTypedArrays(obj, path='') {
}
async function testPlatform(platid, romname, maxframes, callback) {
if (!emu.PLATFORMS[platid]) throw new Error("no platform " + platid);
var platform = new emu.PLATFORMS[platid](emudiv);
await platform.start();
var emudiv = document.getElementById('emulator');