oziphantom
Registered: Oct 2014 Posts: 490 |
KERNAL Save
So on a 128...
I disable all interrupts, and call SAVE. This is using BURST so the SSR gets data and that fires an interrupt, only the normal (0314) interrupt handler fires, has no idea what to do with it and the machine just hangs in an infinite loop of interrupting it self. If I set the 0314 handler to and empty handler that acks a DC00 interupt, it works fine and I get a "device not present" error.. How is this suppose to work?
BA is 8, it seems to go through all the motions.. |