Jump to content
IGNORED

GPUOBJECT w/o interrupt enabling


42bs

Recommended Posts

From what I see, the interrupt is not latched.

I have a GPUOBJECT at the end of the screen (by using BRANCH objects) and clear the latch before releasing the OP. But the bit does not get set.

I will try other interrupts.

Link to comment
Share on other sites

Yes, I did hope to get rid of the 68k. I made an intro where I just check the bitmap address to know when it is done, but this does not work for reloading the OP list.

But a least it avoids flickering when I clear the screen for the next frame.

But I have an idea to use the interrupt without spending to much space.

Edited by 42bs
Link to comment
Share on other sites

This is how I build a list to handle the GPUOBJECT

It only interrupts the GPU once per frame at the end of the display (VDE)

I run this with the 68k shut off.

p1..p8 addresses are phrases in memory

 

p1  --------
p2  -------- GPU Int Obj
p3  -------- STOP Obj
p4  -------- Br = VDE (to GPU Int)
p5  -------- Br < VDB (to Stop)
p6  -------- Br > VDE (to Stop)
p7  -------- Normal Bitmap (to Stop)
p8  --------

 

OP points to p4

 

It looks shifted down by a phrase,

this is so the bitmap object is on a double phrase alignment.

Branches can fall through to next phrase if branch not taken.

Edited by JagMod
  • Like 2
Link to comment
Share on other sites

Nice idea to jump 'backwards'. ;-) Nowhere is written that link needs always go forward.

But for the intro I run out of memory, so I did

P0 bitmap 

P2 branch VC < vde => P4

P3 GPU object 

P4 stop 

Since the OP stops on the GPU object, there is only one interrupt.

 

 

 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...