Skip to content
Manuel Sainz de Baranda y Goñi edited this page Dec 2, 2022 · 11 revisions
  • Author: Woodmass, Mark
  • Date: 2008-03-08 (unreleased, provided by the author)
  • Links: Discord post
  • Download: TAP, ASM (hosted) | ZIP (Discord post)

Description

This test needs the "allram" mode introduced in ZX 128 +3 model (+2A as well).

Test fills four 16kiB banks with FD DD byte pairs, and does switch to "allram" mode creating solid 64kiB of FD DD FD DD ... block, executing the FD/DD prefixes infinitely, with interrupts disabled (IFF1=0 upon entering the allram mode).

Expected results

Static (flashing) screen filled with FD DD bytes (vertical stripes with flashing bright cyan/white and magenda/cyan attributes), CPU not reacting to interrupt requests (also NMI), only reacts to reset or power cycle. The stack pointer is set into attributes area, so any change in the attributes signals incorrect Z80 emulation, allowing for some other code being executed.

This test was patched for variant FDDD2 which enters the allram 64kiB FD DD block with interrupts enabled (IFF1=1).

Clone this wiki locally