From c572834c8cef8db7167c4403c2a1c4120d452fbe Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 1 Sep 2022 14:27:14 -0500 Subject: [PATCH] atari8: fixes, tests --- index.html | 1 + presets/atari8-800/hello.dasm | 9 ++-- src/common/emu.ts | 12 ++--- src/machine/atari8.ts | 39 +++++++++------ src/machine/chips/antic.ts | 21 ++++---- src/machine/chips/gtia.ts | 78 +++++++++++++++++++++++------ test/cli/testplatforms.js | 14 ++++++ test/roms/atari8-5200/acid5200.rom | Bin 0 -> 32768 bytes test/roms/atari8-800/siegegame.bin | Bin 3716 -> 8192 bytes 9 files changed, 123 insertions(+), 51 deletions(-) create mode 100644 test/roms/atari8-5200/acid5200.rom diff --git a/index.html b/index.html index f8d011e9..af1cd267 100644 --- a/index.html +++ b/index.html @@ -171,6 +171,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
  • ZX Spectrum
  • x86 (FreeDOS)
  • Amstrad CPC6128
  • +
  • Atari 800