mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 06:16:43 +00:00
fixed tests
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user