mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-27 19:30:04 +00:00
Fix EasyFlash switch_hirom (fixes #121)
This commit is contained in:
parent
0c8951d015
commit
b66435d06b
@ -2,7 +2,7 @@ import err
|
||||
|
||||
inline asm void switch_hirom(byte register(a) bank) {
|
||||
? and #$3F
|
||||
! sta $DE01
|
||||
! sta $DE00
|
||||
? rts
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user