View Single Post
Old 24 January 2020, 14:43   #95
timeslip1974
Registered User
 
Join Date: Feb 2019
Location: uk
Posts: 106
Quote:
Originally Posted by Daedalus View Post
SetInt 5 in itself shouldn't cause the guru, but what's likely happening is that Cls isn't completing its action in time to allow the vertical blank interrupt to work properly. I've had to work around issues with Cls (and other large fill commands like BoxF), where they wouldn't complete execution in time for the next operation on the bitmap. Normally Blitz waits for the blitter to be finished automatically before moving onto the next graphical job, but this doesn't appear to be the case for Cls, BoxF and similar commands.

Without knowing what you're running in the interrupt, it's impossible to tell, but that's my suspicion anyway.

Hi there Daedalus, the only thing running in my interupt was a sprite update for the mouse pointer
timeslip1974 is offline  
 
Page generated in 0.11719 seconds with 11 queries