It's a quick hack made on mobilezx-0.7.1; 
I was testing if it's possible to run it on MIDP-1.0 phone.

It is possible but performance is so bad that I drop the development.
So don't expect playing games or doing anything usefull.

 * After 650 000 instructions (which is shown on the screen) "Sinclair Research..." logo should appear.
   It can take about 5 minuts on Nokia 6610 to get to this point.
 * It is sensible to keyboard, but it's only to demonstrate that it can be written. Only few keys can
   be send as an spectrum keyboard keys and they are rather randomly choosen.
 * As the spectrum have 256x192 resolution and Nokia 6610 screen have 128x128, scalling is used.
   This means that only oven lines from spectrum are shown on the screen. Odd are not.
   Prescaling from 192 to 128 is in the same manner - from each 3 lines 1 is not visible.
 * Colors, border and sound are NOT implemented. 
 * Have no Idea if it will work on non-nokia phone, but will love to hear about it.
 * Code was compiled gcj.
 * No game is included in package, but it should be easy to add any, as orginal mobilezx have 
   enduro racer included. 


regards,
Jakub Trznadel <trznadelj@o2.pl>
