Jump to content
IGNORED

Football disassembly


DEBRO

Recommended Posts

Hi there,

 

Attached is my first attempt at reverse engineering a game by Bob Whitehead. Bob Whitehead is credited for creating the six digit display kernel as well as the venetian blinds technique.

 

I've read most don't consider this a proper football game and consider it a bad VCS game. Keep in mind this was released in 1979...before the Intellivision released their NFL Football game. Also, this was done when ROM cost was more expensive. He produced what I consider to be a good representation of the game in 2K of ROM and using 108 bytes of RAM. I remember playing this game with a neighbor that had it and we enjoyed every minute.

 

This listing includes the NTSC version and the PAL50 version that was present on the 32 in 1 cart. The PAL50 version only changed the frame timings for vertical blanking and overscan. All the colors stayed the same as the NTSC version so the colors don't look correct for PAL50. I assume this wasn't a game played in a PAL region being this is considered American Football.

 

I want to thank @Andrew Davie for the INTERLEAVED_GRAPHICS macro in this listing. The graphics for the play indicator are interleaved and the graphics for the offensive indicator are interleaved. This macro was used or created to hopefully allow you to see the true graphics for these sprites.

football.zip

  • Like 5
  • Thanks 1
Link to comment
Share on other sites

Thanks, Dennis!

 

Did you find structures or algorithms in the code that you didn't see before? E.g. those interleaved graphics?

And the six digit display is an amazing clever 'trick', so hats off to Bob!

 

I wonder why they didn't bother to change the colors for the PAL50 version of Football. Having a blue football pitch for sure didn't help to make Football more popular in Europe ? 

Link to comment
Share on other sites

Hi there,

 

On 12/30/2019 at 3:24 PM, Dionoid said:

Did you find structures or algorithms in the code that you didn't see before? E.g. those interleaved graphics?

I've seen interleaved graphics in the E.T. disassembly. I didn't use a MACRO to have those look better in the listing.

 

The most I gathered from Bob Whitehead's "pattern" is his reuse of code. Here in Football he used XOR more than most. I've seen this in his other games too.

 

The sound data is interleaved too. Using the same bytes he produced music for touchdowns, interceptions, and safety.

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