Skip to content

Commit

Permalink
v0.9 and fix Test 6522 4 (fix #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcw committed Jul 19, 2021
1 parent bb1a49e commit 5e6e620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chip-6522.a
Original file line number Diff line number Diff line change
Expand Up @@ -2710,7 +2710,7 @@ T6522_14
;------------------------------------------------------------------------------

T6522_15
; Pre: has6522, isrNMIcount_A, isrNMIcount_B
; Pre: isrNMIcount_A, isrNMIcount_B
; Post: C=0(OK), C=1(NG)
;
; Test#15
Expand Down
3 changes: 2 additions & 1 deletion mb-audit.a
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ DetectSubunits
ldx slotUnderTest
lda #1
sta slotInfo,x
sta has6522
sta zpTmp1

+
Expand Down Expand Up @@ -1102,7 +1103,7 @@ errorActual !byte 0
hasBeenReset !byte 0
userlandSP !byte 0

msg_mbaudit !text "mb-audit v0.8, Tom Charlesworth, 2021",0xd
msg_mbaudit !text "mb-audit v0.9, Tom Charlesworth, 2021",0xd
msg_mbauditEnd !text 0

msg_cpu6502Detected !text "6502 detected",0xd
Expand Down

0 comments on commit 5e6e620

Please sign in to comment.