I have a problem with the F030 blitter.
I want to use the blitter in non-hog mode while the CPU doing something else.
The idea is to set up a list of jobs for the blitter and interrupt the CPU
everytime a job has finished, start the next blitter job and then let the
CPU continue with what it was doing. To do this I need to know how to produce
an interrupt when a blitter operation has finished.
On the STE the blitter BUSY bit is connected to the MFP I/O bit #3, so it is
possible to let the MFP detect the state of the BUSY bit and produce and interrupt
if a change occur. However, THIS DOES NOT WORK ON THE FALCON! Why?
/
/ Daniel