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-10-06 21:20:12 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-10-06 21:20:12 +0300
commite5e62c2479d84398996089c77a3b1c607ff9be1d (patch)
tree4b3ed141035c5fad7e30c43338d5d5c38f44780b /banking.asm
parentdd3c175ac35f64dea3442828e24ebf72bddbc03b (diff)
Fixes
Diffstat (limited to 'banking.asm')
-rw-r--r--banking.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/banking.asm b/banking.asm
index 96be1f8..9b63156 100644
--- a/banking.asm
+++ b/banking.asm
@@ -65,9 +65,13 @@ sync_banks:
ora <TMP
sta $5005
; for UNROM compatibility
+ txa
+ pha
lda <PRG_BANK
tax
sta unrom_bank_data, x
+ pla
+ tax
rts
enable_prg_ram: