Skip to content

Commit

Permalink
Embarrassing bug: forgot to update March-C results visually
Browse files Browse the repository at this point in the history
  • Loading branch information
hlide committed Nov 13, 2021
1 parent 6daa45d commit 4107dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DRAMTester.a80
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ bitcheck_r0_w1:
LD A,(HL)
XOR $FF
OR C
LD C,A
RET

bitcheck_r1_w0:
Expand Down Expand Up @@ -574,6 +575,7 @@ bitcheck_r1_w0:
RES 7,(HL) ; clear bit 7 and check bits 0..7 are cleared
LD A,(HL)
OR C
LD C,A
RET

kbd_read_space:
Expand Down Expand Up @@ -647,8 +649,6 @@ dzx0s_elias_loop:
INC HL
RLA
dzx0s_elias_skip:
EX AF,AF'
EX AF,AF'
RET C
dzx0s_elias_backtrack:
ADD A,A
Expand Down
Binary file modified mz80k.exe
Binary file not shown.

0 comments on commit 4107dab

Please sign in to comment.