Jump to content
IGNORED

Complete list of bAtari Kernels?


TXmarsh

Recommended Posts

I don't know of a comparative summary, but here's my answer:

 

Standard Kernel: One copy of each player graphic, each missile, and the ball may be displayed. The playfield is asynchronous and stored in RAM, making it easy to modify at runtime. Several kernel options are available, as are several minikernels that work with the standard kernel out of the box. No extra hardware needed.

 

Multisprite Kernel: One copy of player0, and up to 5 copies of the player1 graphic may be displayed. The missiles and ball are limited to a height of one line. The right half of the playfield is the same as the left half, either repeated or mirrored. The playfield is stored in ROM, so cannot be modified at runtime, but can have a higher vertical resolution than the standard kernel. Scrolling is impossible. No extra hardware needed.

 

DPC+ Kernel: One copy of player0, and up to 9 copies of the player1 graphic may be displayed, all of which may use multiple colors, and have twice the vertical resolution of the other kernels. The two missiles and the ball are the same as in the standard kernel. The playfield is asynchronous, and may have a high vertical resolution, and different colors and background colors on each line. The ROM size is always 32K, and you have 20K of this to use for code. This kernel is hardware-assisted, making use of an ARM coprocessor, so carts will need to use a Melody board or equivalent.

 

As always, the batari Basic reference gives details on these, as well as all other things bB.

  • Like 2
Link to comment
Share on other sites

Minikernels are listed at the bottom of the minikernels section of the aforementioned bB reference. It doesn't list my new, shiny 4-players minikernel yet, though. ;)

 

I guess you haven't refreshed the page in recent days:

 

4scores Minikernel (by Karl G)

 

Minikernel Developer's Guide (by Karl G)

  • Like 2
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...