View Single Post
Old 07 December 2023, 23:18   #1
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,340
[WIP] Tetris conversion

I've decided to change the style of the games I'm converting for a moment.

I consider Tetris Arcade version by Atari the best Tetris version around. It's colored and the music is great.

The game used a 6502 CPU and not a Z80. I wrote a converting source tool for 6502 to 68000 as well.

Not a lot of reverse-engineering has been done on that one by anyone (including me) but with so little RE I could make the game start & display the first screens.

Thanks to MAME I could workaround the nasty protection (constant bank switching caused by "slapstic" chip) and unlike my other ports, the project is more a fast emulator than a re-coding. It requires AGA because the original game has 16 banks of 16 colors and a 256 color palette which is - added - dynamic. So ECS port would be quite tricky without rewriting the whole game.


ATM it produces a 1:1 graphical arcade port. Sound will be added later.


[ Show youtube player ]

https://github.com/jotd666/tetris
jotd is offline  
 
Page generated in 0.04353 seconds with 11 queries