TI-H: Fw: Plain Jump


[Prev][Next][Index][Thread]

TI-H: Fw: Plain Jump




As far as software is concerned, porting Plain Jump 
to other platforms would best be accomplished by
rewriting the game on the target platform.  Code
written to run on a TI is too specific to port easily to
another platform.

With some work it would probably be possable to
create a library to emulate the TI rom calls on other
platforms so that TI code could be ported and run with
minor tweaks, but writing the library would probably 
be far more work than simply rewriting the program.

Many application specific computing devices are
this way, embedded Java is a notable exception :)

DK