From d9de3981c951dbee3fdced69e425b4f2b8629b16 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Wed, 22 May 2019 21:07:27 -0400 Subject: [PATCH] refactored mw8080 to use BasicZ80ScanlinePlatform --- index.html | 2 +- package-lock.json | 70 +++++++++++ src/baseplatform.ts | 2 + src/platform/mw8080bw.ts | 262 ++++++++++++++++----------------------- src/ui.ts | 1 + 5 files changed, 182 insertions(+), 155 deletions(-) diff --git a/index.html b/index.html index cd40cebb..84e6b37d 100644 --- a/index.html +++ b/index.html @@ -141,7 +141,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {