Thepenguin77, I tested t32.8xp on a Ti-83+ Silver Edition, and it works.
However, I started implementing the ports in Crabcake, and I think I'm doing something wrong because the RAM doesn't unlock.
Here's my code:
Is15MhzCalculator:
;Thanks to thepenguin77 for finding out this new method for unlocking RAM.
call FlashUnlockExploit
in a, ($25)
ld (StateOfRam), a
in a, ($26)
ld (StateOfRam + 1), a ;In case the user wants RAM permanently unlocked,
;or in case permanent unlocking causes crashes,
;the old values for these two ports are saved
xor a
out ($25), a
ld a, $FF
out ($26), a
B_CALL $4F3C