From 7d6e910e57a5847f06465a317ecda38ed192669b Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 17 Dec 2019 19:30:42 -0600 Subject: [PATCH] c64: started WASM implementation from https://github.com/sehugg/chips use async functions in startUI() --- index.html | 2 +- presets/c64/hello.dasm | 49 ++++++++++++++ src/common/baseplatform.ts | 131 +++++++++++++++++++++++++++++++++++-- src/ide/ui.ts | 40 ++++++----- src/platform/c64.ts | 61 ++++++++++++----- wasm/c64.bios | Bin 0 -> 20480 bytes wasm/c64.wasm | Bin 0 -> 96944 bytes 7 files changed, 243 insertions(+), 40 deletions(-) create mode 100644 presets/c64/hello.dasm create mode 100644 wasm/c64.bios create mode 100755 wasm/c64.wasm diff --git a/index.html b/index.html index e78d5fee..834ebd8b 100644 --- a/index.html +++ b/index.html @@ -590,7 +590,7 @@ $( ".dropdown-submenu" ).click(function(event) {