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-09-21 00:12:41 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-21 00:12:41 +0300
commit6d1a15a8ad99725f5e3f9d95b30df53d6a434062 (patch)
tree69c9ad7bbd5761315ec23339cf5facedc300a60f /banking.asm
parent65f7185ad6e99eab403e9111b12e4c34db54136b (diff)
More build info
Diffstat (limited to 'banking.asm')
-rw-r--r--banking.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/banking.asm b/banking.asm
index 4bfa054..0d7ce94 100644
--- a/banking.asm
+++ b/banking.asm
@@ -30,6 +30,12 @@ select_chr_bank:
jsr sync_banks
rts
+ ; select 8KB FRAM bank (from A)
+select_fram_bank:
+ sta FRAM_BANK
+ jsr sync_banks
+ rts
+
; actual bank selection
sync_banks:
lda CHR_BANK