OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: merli on February 28, 2006, 05:17:35 pm

Title: Turbografx/pc Engine Emulator For Pdaxrom
Post by: merli on February 28, 2006, 05:17:35 pm
Hello

I recompiled (after a bit editing of Makefile (I can post my Makefile)) zpce emulator for pdaXrom 1.1.0beta. I compiled directly on Z with zgcc-3.4.5 img.
It runs in fullscreen small in middle, but if you zoom in screen by Fn+2 before run, then it runs zoomed on full screen. If someone has better idea how to run it zoomed in fs (maybe by editing source) please help. It is my first compilation for pdaXrom so please try and comment :-)

BTW: Is there any console command in pdaXrom to zoom screen like Fn+2? It would help to run some emulators from script. Also there is bug in matchbox panel, if I zoom in screen through Fn+2 and zoom out back by Fn+1, all applets on matchbox panel goes away. Is there way to fix it?

There is no ipk yet ... Someone can make it :-)
attaching compiled binary and source
Title: Turbografx/pc Engine Emulator For Pdaxrom
Post by: pgas on March 01, 2006, 02:34:25 am
Quote
s there any console command in pdaXrom to zoom screen like Fn+2? It would help to run some emulators from script.
xrandr -s 0 and xrandr -s 1
Title: Turbografx/pc Engine Emulator For Pdaxrom
Post by: merli on March 01, 2006, 03:08:30 am
Quote
Quote
s there any console command in pdaXrom to zoom screen like Fn+2? It would help to run some emulators from script.
xrandr -s 0 and xrandr -s 1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116484\"][{POST_SNAPBACK}][/a][/div]

thnx working ... I will make ipk ...