Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolboy-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests.asm b/tests.asm
index ac72301..542d631 100644
--- a/tests.asm
+++ b/tests.asm
@@ -66,6 +66,10 @@ do_tests_again:
inc COPY_DEST_ADDR+1
dex
bne .prg_ram_test_loop
+ ; test for corruption on wrong /CE delay
+ lda #00
+ sta $E000
+ sta $F000
dec <TEST_BANK
bpl .prg_ram_test_loop_bank
lda <TEST_RW