Skip to content

Commit

Permalink
added clear of 7ffd into cpu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Apr 5, 2022
1 parent 830fa53 commit bec16ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified TestROM/images/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion TestROM/zxpolytest.asm
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,12 @@ CHKROMEND:

CPUTSTPROC:
di

xor a ; init 7FFD to 0
ld bc,ZX_128
out (c),a

ld sp,STACKSTART
xor a
ld (CPUTESTRSLT),a ; write flag "working" in result byte
ld bc,ZX_POLY ; analyze the index of the processor
in a,(c)
Expand Down
Binary file not shown.

0 comments on commit bec16ee

Please sign in to comment.