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

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-12-22 16:29:25 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-12-22 16:29:25 +0300
commit9d9ba5efe77fdef920091823d7fcfe8b34c4114a (patch)
tree61782aa0979a2dd98d4a45645f45b7deb7c3e5f6 /flash.asm
parentfd93c415c07e87a942ac0f4b7f38612a6c634e69 (diff)
More correct CFI mode code
Diffstat (limited to 'flash.asm')
-rw-r--r--flash.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.asm b/flash.asm
index eb40969..df3b461 100644
--- a/flash.asm
+++ b/flash.asm
@@ -9,7 +9,7 @@ flash_detect:
jsr enable_flash_write
; enter flash CFI mode
lda #$98
- sta $80AA
+ sta $8AAA
; check for CFI signature
lda $8020
cmp #'Q'