From 0a1127f541e8a0c1dfe0e000735279ff1c913a60 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Wed, 30 Jul 2014 12:01:57 -0700 Subject: [PATCH] Various bug fixes, tape support. --- apple2js.html | 179 +++++++++++++++++++++++++++++++-------------- apple2jse.html | 158 +++++++++++++++++++++++++++------------ js/apple2char.js | 3 + js/apple2echar.js | 3 + js/apple2io.js | 95 +++++++++++++++++++----- js/canvas2e.js | 2 + js/disk2.js | 2 +- js/mmu.js | 2 +- js/ramfactor.js | 3 +- js/symbols.js | 83 +++++++++++++++++++-- js/thunderclock.js | 17 ++++- js/ui/audio.js | 24 +++--- js/ui/gamepad.js | 2 +- 13 files changed, 433 insertions(+), 140 deletions(-) diff --git a/apple2js.html b/apple2js.html index 5dcd06e..8608322 100644 --- a/apple2js.html +++ b/apple2js.html @@ -20,7 +20,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -55,6 +55,7 @@ + @@ -67,12 +68,15 @@