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
1 changed files with 1 additions and 1 deletions

View File

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