From 002aa41badca0884f8baae558612b2fcaac3a1c9 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Sat, 4 Jul 2020 09:16:45 -0500 Subject: [PATCH] testing out sub-frame replay slider, advanceFrameClock, fixed c64 memory corrupt --- index.html | 20 ++++++++++++----- src/common/baseplatform.ts | 37 +++++++++++++++++++++++++------- src/common/devices.ts | 4 +++- src/common/recorder.ts | 37 +++++++++++++++++++++++++------- src/ide/ui.ts | 44 +++++++++++++++++++++++++++----------- src/machine/atari7800.ts | 6 +++++- src/platform/astrocade.ts | 3 +++ src/platform/atari8.ts | 5 ++++- src/platform/galaxian.ts | 6 ++++-- src/platform/nes.ts | 5 +++-- src/platform/vcs.ts | 5 +++-- src/platform/vectrex.ts | 10 +++++---- src/platform/verilog.ts | 3 ++- 13 files changed, 138 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index 401e3652..c5986c07 100644 --- a/index.html +++ b/index.html @@ -288,14 +288,24 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
-