Jump to content
  • entries
    62
  • comments
    464
  • views
    85,013

Fun with logos

Sign in to follow this  
supercat

432 views

Here's an AtariAge logo done up for the 2600 with NO FLICKER. Can anyone explain how this one works?

post-2143-1072627595_thumb.jpg

Venetian blinds, obviously, but what else?

Sign in to follow this  


4 Comments


Recommended Comments

Hm... my first guess would be that you overlay a yellow playfield pattern with black interleaved double copies of both sprites and missiles :lol:

Share this comment


Link to comment
Just sprites. Venetian blinds, shifted every row.

 

That'd be 8 sprites per row then, so it must be multi-resp, using 4 copies of each sprite. Can it individually update all 8, or does it only work because the second A requires no update?

Share this comment


Link to comment
That'd be 8 sprites per row then, so it must be multi-resp, using 4 copies of each sprite. Can it individually update all 8, or does it only work because the second A requires no update?

 

Eight sprites per row. One row is "A_A_I_G_"; the other is "_T_R_A_E". The kernel right now uses an unrolled loop, though it may be possible to use some looping to make the code a bit less bloated.

 

You are correct that the double "A" is useful, though the same approach isn't workable with "_T_R_A_E". Incidentally, this is a hack of another logo I did for "STARGATE". I did the change when I happened to realize that "_T_R_A_E" could be two different things. The "STARGATE" logo needed to use registers in a different order to make things work. It may be interesting to note that two versions of the kernel were needed for different lines of "S_A_G_T_" and two for "_T_R_A_E". The fun part is figuring out which properties of which letters make things workable.

Share this comment


Link to comment
Guest
Add a comment...

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