From 586a793df5230ceb24f31f225d62d47fc05c6b0b Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 30 Aug 2022 20:52:35 -0500 Subject: [PATCH] atari8: some fixes --- index.html | 6 +- src/machine/atari8.ts | 800 ++----------------------------------- src/machine/chips/antic.ts | 411 +++++++++++++++++++ src/machine/chips/gtia.ts | 325 +++++++++++++++ 4 files changed, 766 insertions(+), 776 deletions(-) create mode 100644 src/machine/chips/antic.ts create mode 100644 src/machine/chips/gtia.ts diff --git a/index.html b/index.html index bd3e2664..f8d011e9 100644 --- a/index.html +++ b/index.html @@ -371,9 +371,9 @@ if (window.location.host.endsWith('8bitworkshop.com')) {