Jump to content
IGNORED

movie streaming kernel through stella emulator


rbairos

Recommended Posts

Okay, Ive taken my previous simulations, and converted them to streaming 6507 kernel code, by recompiling the
stella emulator with a different system::peek() function, that streams KB's of data for each frame of the movie.

The kernel is (6 sprites + 5 colors) x 2 interleaved columns. One sound channel is updated each scan line.

The color/bw switch works.
The reset switch starts playing from the beginning.
The select switch jumps forward about 30 seconds and pauses.
Fire toggles pause/play.
Left/Right is backward/forward twice speed.

The kernel never branches, or JSR's, but has occasional JMPs to keep the PC in the first 1K.
Memory fetches to the next 1K encode the switch/joystick/fire information.

Eventually this will go into custom hardware that should work on any system, though
ZackAttack is working on a Harmony version that employs bus stuffing to get the full choice of colors per sprite.






test3.mov

post-62591-0-81174800-1516767042.png

Edited by rbairos
  • Like 4
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...