-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Line 703 in bf6a9c4
| trans$ccp: |
After loading the CCP it is transported to E000 in bank1. For this the bank is changed to io1 with 4k shared.
During this action the interrupt handler is enabled and there is a chance the interrupt fires while the wrong banking is in effect.
This trans$ccp should be surrounded with "di" and "ei".
(I ran into this problem while adding a U2 drive-image handler to the drive table, this causing a hangup in the trans$ccp.)
Metadata
Metadata
Assignees
Labels
No labels