1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

Fix EasyFlash switch_hirom (fixes #121)

This commit is contained in:
Karol Stasiak 2021-09-13 15:10:11 +02:00
parent 0c8951d015
commit b66435d06b

View File

@ -2,7 +2,7 @@ import err
inline asm void switch_hirom(byte register(a) bank) { inline asm void switch_hirom(byte register(a) bank) {
? and #$3F ? and #$3F
! sta $DE01 ! sta $DE00
? rts ? rts
} }