View Single Post
Old 25 November 2015, 10:54   #13
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,635
Quote:
Originally Posted by thec View Post
My program is run from startup-sequence and no workbench, is there still a need to shut down stuff? May I have some suggestions on what to shut down and how?
the cia interrupt register (icr) is cleared when read, this means that if the os reads this register, it could clear any pending interrupt requests, and then your code could miss it.. if you bang the hw directly, you should shut down the os (like demos/intros do), or maybe use SetICR of cia.resource to poll for interrupt requests.
hooverphonique is offline  
 
Page generated in 0.04622 seconds with 11 queries