Jump to content



2

Street Fighter 2 Atari 7800 vers. XM


52 replies to this topic

#51 GroovyBee OFFLINE  

GroovyBee

    7800 Developer

  • 5,781 posts
  • Busy bee!
  • Location:North, England

Posted Tue Jun 28, 2011 12:41 AM

View PostJinks, on Mon Jun 27, 2011 6:36 PM, said:

Well that would be a good start is getting those games done, by "direct port" you mean what how much work would it be(how many hours per game of work)

Its pretty hard to estimate until you look at what you are up against. Typically you'll have to go through the following steps :-

- Find a good copy of the code.
- First pass disassembly ("fix-up" accounting for code and data).
- Look for and remove anti-piracy code (if any).
- 2nd pass disassembly ("fix-up" accounting for code and data).
- Check zero page usage. Ensure all ZP locations used are after 0x40.
- Put place holder routines in for any OS calls used (return sensible values).
- Move all RAM locations to fit 7800/XM architecture.
- Work around all self modifying code.
- Create the 7800 linear frame buffer (and initialisation) and point the code at it.
- See what you get (its going to look rubbish! ;))
- If you don't see anything fix it (this can take a ton of time).
- Once you see moving graphics, hunt through the code to find them. Replace with suitable 7800 ones.
- Rinse and repeat the last few steps until the game is functioning "correctly".
- Once you understand what the code is doing you could attempt to get rid of the linear frame buffer and use native 7800 sprites.
- Convert and replace the sound routines.
- Convert and replace the keyboard/joystick routines.

#52 Dino OFFLINE  

Dino

    River Patroller

  • 3,252 posts

Posted Tue Jun 28, 2011 10:34 PM

View PostGroovyBee, on Mon Jun 27, 2011 2:15 PM, said:

Over on FormatWar andym00 converted some SF graphics to 4 colours :-

http://formatwar.net...hp?p=2439#p2439

I don't think the 7800 would have any difficulty in displaying the converted versions.
Those sprites are amazing!!

#53 Shawn Sr. OFFLINE  

Shawn Sr.

    Anti-Keyboard Warrior

  • 12,486 posts

Posted Mon Jul 4, 2011 6:12 PM

View PostDino, on Tue Jun 28, 2011 10:34 PM, said:

View PostGroovyBee, on Mon Jun 27, 2011 2:15 PM, said:

Over on FormatWar andym00 converted some SF graphics to 4 colours :-

http://formatwar.net...hp?p=2439#p2439

I don't think the 7800 would have any difficulty in displaying the converted versions.
Those sprites are amazing!!


I agree, that is using 4 colors to the max. Those gfx look perfect.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users