Jump to content
Sign in to follow this  
gfvh

Tool that converts bitmaps into Atari 2600 graphics

Recommended Posts

Hello, I recently developed a tool that converts BMPs into Atari 2600 graphics. It need to be in BMP format for the conversion to work.

It also outputs binary numbers that can be easily read by an Atari 2600 program written in 6502 assembly.

 

The different labels above the binary numbers are something like "linea2Ro", the number means to what PF the byte goes.

For example lineaRo goes to PF0, linea2Ro goes to PF1, linea3Ro goes to PF2, linea4Ro goes to PF0 again (the second half, not reflected), linea5Ro goes to PF1, linea6Ro goes to PF2.

Ro means Red.

Ve means Green.

Az means Blue.

One line is red, the next line is green, the next line is blue, and the next one is red again, and so...

This is the tool:

http://mauisland.bye...MP_to_ASM_2.htm

 

It's online, and made thanks to a little example called "BMP to Canvas" I found in the Web.

 

Here's an example of the reader made in assembly:

http://mauisland.bye...ho10/player.txt

 

I tested it only a few lines, but it works so far.

 

I didn't test it fully.

 

Ah, one more thing. The data is upside down, that means that you need to decrease a counter like Y or X while you read it and put it onscreen. Until it reaches zero or a any number you like.

Share this post


Link to post
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.

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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...