Recompiled kernel with Xin-Mo encoder support. Better GBA support. Better Neo Geo support. Fixed issues with Genesis and Final Burn Alpha emulators not running. Genesis emulator can now use Zip files. Updated PiPlay to have a better updater system. 2 player keyboard support in SNES emulator.
Hello, Went from .07 to .08 Beta 3. Imaged the SD card. Copied a few MAME roms over via the web interface. Half the emulators are greyed out. Opened MameForAll, selected ROM. Got the following message: $ ATION: Device not found
Sensational Shea.... Xin-mo now works in PiMame menu and I have both joysticks mapped in mame... I did have a couple of pins that didn't work so I rewired them to others. I will post which pins I used tomorrow, I went to reimage my SD card and fried it so I will get a new one tomoz... Again thanks for the efforts Shea, I am now keyboardless... ;-) ;-) ;-)
Xim-mo is working now in piplay, no problem with the axis. But when I try to map some buttons to Coin and Start (advmame) doesn't work yet ... 17 buttons used.
All the buttons are recognized with jstest. Only one joystick is recognized with 4 axix and a lot of buttons.
i experience the same thing. two buttons won't be recognized by advmame even thou jstest say's they're working (so does mame4all).
EDIT: I looked in two the files advmame.rc & advmess.rc and realized they had been changed after the update. Changed one line to device_joystick raw all buttons are recognized.
Maybe Shea or Connor (hint, hint) can give a brief tutorial on each emulator and how to configure them and map joysticks. If you could guys I would appreciate kit too ;-)
@hinchhinch Alright :D I'm just downloading Beta 3 right now, I haven't really used the other emulators apart from advmame, dgen and vice though so it may take a while. At least I'm getting good download speeds this time (650kbps) compared to when I downloaded 0.7.10 last month (50kbps) :-\
I just flashed it to my SD, so far really awesome! One suggestion though, on the second page of the menu, PiPlay still reads PiMAME for the update script.
Umm... I kind of just downloaded heaps of ROMs and hoped they would work :-\ I have about 200~ workingg ROMs at the moment, had more but the menu was a bit sluggish. I think 1.06 is good, for advmame anyway.
i know it runs great on fba but i cant figure how to config to play with 2 joysticks. im using a xin mo adapter and this is my code: ------- [Joystick] # Get codes from "jstest /dev/input/js0" # from package "joystick" A_1=0 B_1=1 X_1=2 Y_1=3 L_1=4 R_1=5 START_1=6 SELECT_1=7 #Joystick axis JA_LR=0 JA_UD=1 #player 2 button configuration A_2=10 B_2=11 X_2=12 Y_2=13 L_2=14 R_2=15 START_2=16 SELECT_2=17 #Joystick axis JA_LR_2=2 JA_UD_2=3 -------
i took all inputs from jstest and i can use them om mame4all.
EDIT : Trought /etc/rc.local it's now working BUT :D your script still run last so my change are somehow useless (player 1 led is now ok, before all led was blinking...) so if someone knos where i can edit the xboxdrv script on boot it will be great!