From 7a7c3d7255e9b466fb0fc0734054929483b14bc3 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 24 Dec 2019 08:29:46 -0600 Subject: [PATCH] fixed williams-z80 import, removed coleco.mame, fixed _MAIN_ presets, xhr ontimeout, update chromedriver --- index.html | 4 +-- package-lock.json | 52 +++++++---------------------------- package.json | 4 +-- presets/coleco/lines.c | 2 +- presets/coleco/multicolor.c | 2 +- src/codemirror/bataribasic.js | 2 +- src/common/audio/z80worker.js | 4 +-- src/common/baseplatform.ts | 6 ++++ src/common/util.ts | 3 ++ src/platform/astrocade.ts | 6 ++-- src/platform/williams.ts | 3 +- src/worker/workermain.ts | 2 +- test/web/testallpresets.js | 2 ++ 13 files changed, 36 insertions(+), 56 deletions(-) diff --git a/index.html b/index.html index 834ebd8b..16a370b9 100644 --- a/index.html +++ b/index.html @@ -160,7 +160,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) { -