Add a couple more "INTC8ROM" tests

This commit is contained in:
Zellyn Hunter 2017-02-05 15:26:58 -05:00
parent 740abdf3e4
commit b5378b321b
2 changed files with 17 additions and 0 deletions

Binary file not shown.

View File

@ -739,6 +739,23 @@ zpfromaux
jsr .check
!byte .C_0, 2, 2, 2, 2, 3, 3, 3, 3
;; Test 1C: Cxxx test showing inability to reset "INTC8ROM" with CFFF reference.
lda #$1B
sta SET_SLOTC3ROM
sta SET_INTCXROM
lda RESET_INTC8ROM
jsr .check
!byte .C_1348, 2, 2, 2, 2, 3, 3, 3, 3
;; Test 1D: Cxxx test showing that "INTC8ROM" isn't set if SLOTC3ROM isn't reset.
lda #$1D
sta SET_INTCXROM
sta SET_SLOTC3ROM
lda $C300
sta RESET_INTCXROM
jsr .check
!byte .C_0, 2, 2, 2, 2, 3, 3, 3, 3
!byte 0 ; end of tests
.memorylocs