Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
crackerjack Senior Member Joined: 11/07/2011 Location: AustraliaPosts: 164
Posted: 11:52am 23 Apr 2012
Copy link to clipboard
Print this post
...of anybody recreating this classic (in monochrome) on a Maximite?
Nick Guru Joined: 09/06/2011 Location: AustraliaPosts: 512
Posted: 06:33pm 23 Apr 2012
Copy link to clipboard
Print this post
It's possible.
Problem will be the lack of sprites on the MM. When a barrel or Mario rolls in front of a ladder or over a platform, how to restore the background graphic.
This is where PEEK and POKE may be of help. Unfortunately, the additional processing may limit the number of moving objects on screen of which you may need to cater for up to around 6.
MaxMan avoided this because none of the moving object wrapped over the maze graphics.
I'm not saying that it can't be done, only that it will be difficult to maintain a quality of graphic animation with the lack of sprites or enough speed in the interpretive BASIC.
Commands like the TRS-80 Color Computer's GET and PUT could have helped here. This command could be used as a sort of software blitter as found on the Amiga.