mindlord
Notices Two Things
I compiled xmess 103 on the Pandora today. 
Using the following make and with some additional swap via a USB stick:
	
	
	
		
It runs pretty well. I'll PND it up as soon as I figure out a decent front-end. I used the original unmodified source. If anyone wants the binary download it here.
*** WARNING - xmess uses Scroll Lock to toggle between full and partial keyboard emulation!
The Pandora does not have Scroll Lock mapped to it's keyboard by default.
Until a PND is made, I remapped the Euro symbol in my .pndXmodmap file to Scroll Lock.
	
	
	
		
 If you invoke xmess fullscreen without setting a key as Scroll Lock you will be unable to exit the emulator and will have to reboot.
Here's the command I use to invoke it fullscreen with the correct aspect ratio for the Pandora
	
	
	
		
-bp sets the path to the machine bios roms. So you can use any directory you want. I run from SD so my home folder is okay for me.
-vidmod 1 tells it to use yuv overlay mode
-fullscreen duh
-dar 1.66666666 tells it to use the 5/3 aspect ratio of the screen to prevent stretching.
				
			Using the following make and with some additional swap via a USB stick:
		Code:
	
	make TARGET=mess MY_CPU=i386_noasm
	It runs pretty well. I'll PND it up as soon as I figure out a decent front-end. I used the original unmodified source. If anyone wants the binary download it here.
*** WARNING - xmess uses Scroll Lock to toggle between full and partial keyboard emulation!
The Pandora does not have Scroll Lock mapped to it's keyboard by default.
Until a PND is made, I remapped the Euro symbol in my .pndXmodmap file to Scroll Lock.
		Code:
	
	keycode 201 = Scroll_Lock NoSymbol Scroll_Lock
	Here's the command I use to invoke it fullscreen with the correct aspect ratio for the Pandora
		Code:
	
	./xmess.x11 -bp ~/.xmess/roms -vidmod 1 -fullscreen -dar 1.6666666 [Machine_ID]
	-vidmod 1 tells it to use yuv overlay mode
-fullscreen duh
-dar 1.66666666 tells it to use the 5/3 aspect ratio of the screen to prevent stretching.
	