Smallball In Changeland


BAFelton

Well-Known Member
Joined
Jun 23, 2010
Messages
1,273
Website
www.open-consoles.com
254612SmallballScreen2.png

Story :
One day when Smallball woke up he discovered that Nasties had stolen all of his friends happyspirits!
Without the HPs all of Smallballs friends was as braindead as zombies! Gather all of the HPs before
the Nasties gets you too! But beware, you are in changeland where natural laws change constantly!

Author: Neotron Games
Website: http://neotron-games.blogspot.com/2008/08/smallball-in-changeland.html
DL : http://dl.openhandhelds.org/cgi-bin/caanoo.cgi?0,0,0,0,27,726
 
:p These ports are REALLY easy to do. Anyone could have done the same. Just some lines to edit and it works.


I have problems with other games like Echo http://dl.openhandhelds.org/cgi-bin/wiz.cgi?0,0,0,0,35,340 - it won't launch at all.

Also, I have Epic Rocks ( http://neotron-games.blogspot.com/2008/10/epic-rocks.html ) working, but it slows down a lot. Must try it on my Wiz first.
 
can you tell me how you did it? ;) i really want to make something for my favourite console :)
 
Geca said:
find os_id and tell me te results

Code:
   //primera inicialización
    set_fps(50,cte_frameskip);
    //set_fps(3,0);
    //fpsdebug();
    if (os_id<4)
        full_screen=false;
        scale_mode=scale_nofilter;
        inicia_teclas(0);
    else
        full_screen=true;
        inicia_teclas(1);
    end
    set_mode(320,240,16);


Wild Rat : I'm going to try ;)
 
Last edited by a moderator:
Hi BAFelton! Thanks for porting my games to the Caanoo! Hadn't got around to doing that myself since I don't have the hardware.
I wonder, would it be okay with you if I linked to your ports from my page?

Also, about the g-sensor: Cool idea! I have no idea if the Caanoo Bennu version has support for it, but if it has it might be possible. I don't have the time to add that myself for the moment, but if you want to try and need any help with the code of this old game, just ask and I'll try to help!
 
Of course you can ! :D

That's your hard work, I did very very few to port them (just edit some files). These games deserve to be played !
 
Back
Top