Oct 21 2007, 09:49 AM
Post
#1
|
|
|
Group: Members Posts: 299 Joined: 27-October 04 Member No.: 5,233 |
Who wants a near full speed and very playable GBA emulator for the Sharp Roms. Suhami(is that his name?) compiled the original gpsp for pdaxrom and I ported it to the sharp rom (http://www.suhami.net/ez/?page_id=7).
It needed a compiler upgrade, the 2.95 gcc is not up to the task of compiling anything anymore. Gpsp since it is made for the psp and then ported to gp2x has very good arm assembly optimisation for near full speed play. I have tried many games and most of them are very playable. I am including the executable in this post as well as the script needed to play it in zemu frontend. I have modified Suhami's code to change the key bindings to (L,R,Down,Up,Left,Right,Start,Select,B,A) => (SDLK_a,SDLK_s,SDLK_DOWN,SDLK_UP,SDLK_LEFT,SDLK_RIGHT,SDLK_q,SDLK_w,SDLK_z,SDLK_ ) If you dont like these keys suhami aslo mentions in his website and i checked his code that you can use the environment variable GPSPKEYS as shown below to use your favorite keys. GPSPKEYS= L,R,Down,Up,Left,Right,Start,Select,B,A $ export GPSPKEYS=303,120,274,273,276,275,13,32,306,308 I am sorry not to ipk it but maybe someone can do it for me... and oh yes you need libsdl for it. tovarish |
|
|
|
![]() |
Nov 2 2007, 01:26 PM
Post
#2
|
|
![]() Group: Members Posts: 1,837 Joined: 31-December 05 From: Illinois USA Member No.: 8,821 |
I figured that gba_bios.bin needed to be placed in /home/zaurus/
I tried it and my Z locked up. (SL-C3100 with Cacko 1.23) So I downloaded libsdl_1.2.5-bvdd-03_arm.ipk from this thread, and installed it after uninstalling libsdl_1.2.5-bvdd-07-2 gpsp still locks up my Z. tovarish, where is the script that allows this to be used in the zemu frontend? I have Cresho's entire zemu package with all games working, including Turbografx CD games. I would like to get Gpsp Gba Emulator working, but I don't want to break my current setup that uses the zemu frontend. |
|
|
|
Nov 2 2007, 07:02 PM
Post
#3
|
|
|
Group: Members Posts: 116 Joined: 25-July 05 From: Brazil Member No.: 7,691 |
I figured that gba_bios.bin needed to be placed in /home/zaurus/ I tried it and my Z locked up. (SL-C3100 with Cacko 1.23) So I downloaded libsdl_1.2.5-bvdd-03_arm.ipk from this thread, and installed it after uninstalling libsdl_1.2.5-bvdd-07-2 gpsp still locks up my Z. tovarish, where is the script that allows this to be used in the zemu frontend? I have Cresho's entire zemu package with all games working, including Turbografx CD games. I would like to get Gpsp Gba Emulator working, but I don't want to break my current setup that uses the zemu frontend. This is my script: # cat /opt/QtPalmtop/bin/zemufeex_gba.sh #!/bin/bash cd "$1" #GPSPKEYS=L,R,Down,Up,Left,Right,Start,Select,B,A #export GPSPKEYS=105,111,122,119,97,115,109,110,107,106 #export GPSPKEYS=111,112,304,113,9,97,13,32,107,108 #export GPSPKEYS=303,120,274,273,276,275,13,32,306,308 #export GPSPKEYS=97,115,274,273,276,275,13,32,122,120 #Sidao export GPSPKEYS=115,97,276,275,273,274,13,32,120,122 gpsp "$2" #VisualBoyAdvance --auto-frameskip --rom-size16 "$2" exit 0 # I tried some keys combination, and I like my "joystick" in my zaurus keyborad. |
|
|
|
tovarish Gpsp Gba Emulator For Cacko/sharp Roms Oct 21 2007, 09:49 AM
bolbit hi, i'm very interested by this emulator, from... Oct 31 2007, 08:50 AM
tovarish strange someone deleted the attachment i had there... Oct 31 2007, 09:55 AM
bolbit thanks !! Nov 1 2007, 05:24 AM
bolbit hi, bad news, on a C1000 with cacko 1.23, and afte... Nov 1 2007, 10:12 AM
sidmoraes QUOTE(bolbit @ Nov 1 2007, 10:12 AM) hi, ... Nov 1 2007, 11:39 AM
bolbit thanks, that was that!. Nov 2 2007, 06:05 AM
Jon_J gpsp-qt_0.9-SDL-3_arm.ipk places "gpsp" ... Nov 2 2007, 08:04 AM
bolbit Jon_J, you need to place the gba_bios.bin in the s... Nov 3 2007, 03:04 AM
Jon_J Here's what I have tried so far:
1. I tried th... Nov 3 2007, 06:54 AM
sidmoraes QUOTE(Jon_J @ Nov 3 2007, 06:54 AM) Here... Nov 3 2007, 10:40 AM
Jon_J I chmod +x /opt/QtPalmtop/bin/zemufeex_gba.sh and ... Nov 3 2007, 02:07 PM
sidmoraes We need to investigate this case with anther aproa... Nov 3 2007, 06:07 PM
Jon_J QUOTE(sidmoraes @ Nov 3 2007, 08:07 PM) W... Nov 4 2007, 07:26 AM
tovarish what happens when you do this in a terminal window... Nov 4 2007, 09:11 AM
Jon_J QUOTE(tovarish @ Nov 4 2007, 11:11 AM) wh... Nov 4 2007, 09:29 AM
sidmoraes "./" is your current directory! only... Nov 4 2007, 11:20 AM
tovarish QUOTE(sidmoraes @ Nov 4 2007, 08:20 PM) g... Nov 4 2007, 10:30 PM
bolbit hi,
i had the same issue, the way to run gpsp from... Nov 9 2007, 07:06 AM
bolbit To summarize zemuf & gpsp & cresho setup :... Dec 25 2007, 08:22 AM
AltairTK QUOTE(bolbit @ Dec 25 2007, 08:22 AM) To ... Jan 31 2011, 08:32 AM
Jon_J QUOTEExcuse me if i resumed an old thread, but the... Feb 1 2011, 12:09 PM
AltairTK QUOTE(Jon_J @ Feb 1 2011, 12:09 PM) QUOTE... Feb 2 2011, 07:11 AM
Darth_Sith I can't get it working.
Run in shell (640x480)... Feb 9 2008, 08:07 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 06:23 PM |