Jump to content
IGNORED

Question with standard kernel options.


STGraves

Recommended Posts

Yeah, I checked and background colors option from the standard kernel works with the colors of the playfield being applied to background but leaving the PF mono colored, is there a way to have 'em both multicolored?

 

With the standard kernel, you can either have a multicolored playfield or a multicolored background. If you want both, you have to use the DPC+ kernel.

Link to comment
Share on other sites

  • 2 years later...

Does DPC+ work with

 

const frame10lo=#<frame10

 

and

 

data frame10

%11000011
%11000110
%00000110
%11000000
end
????
It would be extremely helpful to share the same sprites among both players.
I cannot get it to work with DPC+ to save my life.
But when I set it up as a regular 32k with 8 banks, it works just fine.
So, does DPC+ not use this?
Or am I putting them in the wrong order for DPC+?
Also, I suspect that many standard kernal syntax are incompatible with DPC+.
Is there a clear and concies list of the STANDARD commands/syntaxes that NO LONGER WORK in DPC+?
I suspect that may be preventing it from compling as well.
Link to comment
Share on other sites

Fetching a pointer to player data is pretty much under-the-hood work, and highly kernel-specific. ie. not a standard command. So it doesn't work with DPC+. Why? Because being ARM CPU based, bB DPC+ stores virtual sprite data in a manner convenient to the ARM, rather than the 6502.

The supported method to share sprite graphics with DPC+ is covered at RT's site.

Most of the bB commands work whatever the kernel being used are, but the graphics ones differ a bit. Most (all?) of these DPC+ implementation details are covered in the DPC section there.

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...