I'm currious as to what kind of porting issues MIDletPascal would have with 'safe' Object Pascal code. Or at last the kind that is Delphi/Lazarus/FPC safe...

I'm planning on making an attempt at porting a game I am currently making using Lazarus with JEDI-SDL using (Delphi Compatable)Object Pascal code.

What sort of issues am I looking at having here?

First obvious one is SDL. Is there a port for the kinds of portable devices that I want to run this game on?

Other than that; code restrictions, data files, or anything else that I may need to realize right away.