Join Today
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default oopsware emulators... will we have them?

    I wonder if we could manage to get A780 versions of those incredible emulators that actually are controlable only on e680i.

    oopsware has created a PSX emulator!!!!
    Also he has an XPico version with sound for Megadrive/Genesis ROMs, and actually a MAME emulator that works fine on E680i.

    All this software installs and runs on A780...but are completely uncontrolable.
    oopsware explained that a .conf file inside the .mpkg package has the keymap of the emu, and is configured for e680i.
    Theoretically, if we could manage to get the A780 key codes and modify the .conf file, we could repackage, install and enjoy this software on our phones.

    As suggested on the emu section I tried modifying the keycodes on the .conf files with keycodes provided by the FE interface of either XPico or XsNESsx hard map configure menu, but without success...

    Could someone put some light on this...I think this would be a revolution on A780 available software.
    Gelobt sei was Hart macht...

  2. #2
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default Re: oopsware emulators... will we have them?

    YESSS!!!!!

    i have tried to copy the keycodes from mp3player (also oopsware).
    but they are not working

  3. #3
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default Re: oopsware emulators... will we have them?

    Good to see I'm not the only one working on it!!!!

    I think we MUST do it.... it's essential in my opinion.
    good idea to mess with mp3player...I'll give it a chance.
    I even thougt this would be something important enought to ask for it in the development section to some A780 owner developer with more knowledge...
    Gelobt sei was Hart macht...

  4. #4
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default Re: oopsware emulators... will we have them?

    every help is welcome!

  5. #5

    Default Re: oopsware emulators... will we have them?

    This is my first post, and i wish it can be helpful .

    The followings are my configuration files for oopsware emulators.
    @oopsware thank you very much for your hard work.

    As you can see, I've used KEY_REAL (that we don't have in ours phones) with key code of the middle button in the volume control pad.

    I still haven't found key codes for
    - home button
    - power button
    - camera
    - vr

    These keys could be matched with de following unused key codes:
    #KEY_RADIO=4153
    #KEY_CAP=4145
    #KEY_CALL=4149
    #KEY_HANG=4150

    please, Could anyone make a simple key code test program for ezx that shows values of each key?
    [hr]

    ezxemu.conf for EZXEMU
    Code:
    #
    # Configuration for EzxEmu
    #
    
    ROM_PATH=/mmc/mmca1/Emulator/Rom
    SAVE_PATH=/mmc/mmca1/Emulator/Save
    CAP_PATH=/mmc/mmca1/Emulator/Capture
    
    VOLUME=40
    
    SMD_MUTE=0
    SMD_SPEED=-1
    # Video mode: 0.Auto 1.NTSC 2.PAL
    SMD_VIDEO=0
    SMD_KEYMAP=1,2,3,4,2,1,1,6,7,8
    
    # Key Codes for a780
    KEY_UP=4114
    KEY_DOWN=4116
    KEY_LEFT=4117
    KEY_RIGHT=4115
    KEY_OK=4101
    KEY_VOL_UP=4118
    KEY_VOL_DOWN=4119
    
    ### MIDDLE BUTTON VOLUME
    KEY_REAL=4100
    ezxemu.conf for EZXPICO
    Code:
    #
    # Configuration for EzxEmu
    #
    
    ROM_PATH=/mmc/mmca1/Emulator/Rom
    SAVE_PATH=/mmc/mmca1/Emulator/Save
    CAP_PATH=/mmc/mmca1/Emulator/Capture
    
    VOLUME=40
    
    SMD_MUTE=0
    SMD_SPEED=-1
    # Video mode: 0.Auto 1.NTSC 2.PAL
    SMD_VIDEO=0
    SMD_KEYMAP=1,2,3,4,2,1,1,6,7,8
    
    # Key Codes for a780
    KEY_UP=4114
    KEY_DOWN=4116
    KEY_LEFT=4117
    KEY_RIGHT=4115
    KEY_OK=4101
    KEY_VOL_UP=4118
    KEY_VOL_DOWN=4119
    
    ### MIDDLE BUTTON VOLUME
    KEY_REAL=4100
    ezxemu.conf for EZXVBA
    Code:
    #
    # Configuration for EzxVBA
    #
    
    ROM_PATH=/mmc/mmca1/.system/QTDownLoad/ezxvba
    SAVE_PATH=/mmc/mmca1/Emulator/Save
    CAP_PATH=/mmc/mmca1/Emulator/Capture
    
    VOLUME=10
    
    GBA_MUTE=1
    GBA_SPEED=-1
    GBA_SCREEN=0
    GBA_KEYMAP=2,3,3,4,3,3,1,3,3,3
    
    # Key Codes for a780
    KEY_UP=4114
    KEY_DOWN=4116
    KEY_LEFT=4117
    KEY_RIGHT=4115
    KEY_OK=4101
    KEY_VOL_UP=4118
    KEY_VOL_DOWN=4119
    
    ### MIDDLE BUTTON VOLUME
    KEY_REAL=4100
    ezxpsx.conf for EZXPSX
    I can't use two buttons at the same time so it's difficult to play
    Code:
    #
    # Configuration for EzxEmu
    #
    
    ROM_PATH=/mmc/mmca1/Emulator/PSX
    SAVE_PATH=/mmc/mmca1/Emulator/Save
    CAP_PATH=/mmc/mmca1/Emulator/Capture
    
    # BIOS:  0. scph1001.bin(NTSC) 1. scph7502.bin(PAL)
    BIOS=0
    
    VOLUME=20
    
    PSX_MUTE=1
    PSX_SCREEN=0
    PSX_SPEED=0
    PSX_KEYMAP=5,6,7,8,2,1,0,9,10,11
    
    # Key Codes for a780
    KEY_UP=4114
    KEY_DOWN=4116
    KEY_LEFT=4117
    KEY_RIGHT=4115
    KEY_OK=4101
    KEY_VOL_UP=4118
    KEY_VOL_DOWN=4119
    
    ### MIDDLE BUTTON VOLUME
    KEY_REAL=4100
    ezxemu.conf for XMAME
    Code:
    #
    # Configuration for EzxEmu
    #
    
    ROM_PATH=/mmc/mmca1/Emulator/MAME
    SAVE_PATH=/mmc/mmca1/Emulator/Save
    CAP_PATH=/mmc/mmca1/Emulator/Capture
    
    VOLUME=20
    
    MAME_MUTE=1
    MAME_SPEED=1
    MAME_SCREEN=0
    MAME_KEYMAP=1,0,3,4,0,0,2,6,7,8
    
    
    # Key Codes for a780
    KEY_UP=4114
    KEY_DOWN=4116
    KEY_LEFT=4117
    KEY_RIGHT=4115
    KEY_OK=4101
    KEY_VOL_UP=4118
    KEY_VOL_DOWN=4119
    
    ### MIDDLE BUTTON VOLUME
    KEY_REAL=4100
    ezxemu.conf for INFONES
    Code:
    #
    # Configuration for EzxEmu
    #
    
    ROM_PATH=/mmc/mmca1/Emulator/Rom
    SAVE_PATH=/mmc/mmca1/Emulator/Save
    CAP_PATH=/mmc/mmca1/Emulator/Capture
    
    VOLUME=20
    
    INES_MUTE=0
    INES_SPEED=1
    INES_SCREEN=0
    INES_KEYMAP=4,3,6,5,1,2,0,0,0,0
    
    # Key Codes for a780
    KEY_UP=4114
    KEY_DOWN=4116
    KEY_LEFT=4117
    KEY_RIGHT=4115
    KEY_OK=4101
    KEY_VOL_UP=4118
    KEY_VOL_DOWN=4119
    
    ### MIDDLE BUTTON VOLUME
    KEY_REAL=4100
    
    #KEY_RADIO=4153
    #KEY_CAP=4145
    #KEY_CALL=4149
    #KEY_HANG=4150

  6. #6
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default Re: oopsware emulators... will we have them?

    thank you very much!!!!

    I agree, some deeloper could do a simple ezx to show key codes, it would be great!
    now it's time to modify and repack the oopsware software and try...

    Did your configurations worked?
    Gelobt sei was Hart macht...

  7. #7
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default Re: oopsware emulators... will we have them?

    Here I put a modified ezxemu version for A780 using the keymap provided by jorge-smm.
    The emu is unusable until a hard keymap reconfiguration is made from the configuration menu...which is summoned after open and closing the flip!!!! really strange.

    I found that only jog dial (vol up/down and center as real key) and joystick keys are usable as seen on the .conf file, so make sure on hard map configuration you asign needed keys to these.

    this way we can play megedrive roms with sound...but we desperately need to know the codes for the rest of our phone keys, so we could use them!!!


    edit: The file has been updated with the new key codes discovered in the posts bellow!!!!
    Attached Files Attached Files
    Gelobt sei was Hart macht...

  8. #8
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default Re: oopsware emulators... will we have them?

    Here a new repackage of oopsware emus with the still limited keymap for a780.
    More testing needed, apart of limited controlability due to lack of keycodes...

    Edit: Files have been updated with the new buttons discovered in the posts bellow
    Attached Files Attached Files
    Gelobt sei was Hart macht...

  9. #9

    Default Re: oopsware emulators... will we have them?

    All this config files are the ones I have in my phone, but with minimal changes .

    I have tested these emulators, except infones. I haven't played too much, specially with vba and psx because they run very slowly.

    As you can see, i've also changed completely the hard key mappings.
    I think the most frecuently used buttons are the A and B button, so i have hard mapped them to the jog dial (vol + / vol -).

    The other two available keys (jog center and ok are used for START and SELECT).

    @flammenwerfer What a really find strange is what you say about your problem.
    I don't have to do anything to play games.

    if you want I can't share the whole folders, but it'd be better to wait for the rest of the keys to repack all emus.

  10. #10
    Join Date
    Aug 2005
    Location
    Tarragona, Spain
    Posts
    113

    Default Re: oopsware emulators... will we have them?

    Yes, really strange, start button works mapped to center jog dial, but for instance in ezxpico cant be mapped to select, so menu has to be called after close and open the flip hehehehe really bizarre!!! but works.

    hope somoene gets the rest of the keymap.

    I'll repack the mame emu, and if someday we get the codes I'll edit the posts with the emu packages with the new ones...by now, maybe people wants to give them a try...
    Gelobt sei was Hart macht...


 
+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Available Emulators
    By admin in forum Moto Gamers Stickies
    Replies: 13
    Last Post: 04-13-2009, 08:46 AM
  2. Emulators X-MAME v0.06 By OOPSWARE
    By un4get in forum A780/E680i Gameloads
    Replies: 36
    Last Post: 10-06-2006, 03:18 PM
  3. To oopsware
    By un4get in forum Moto Gamers
    Replies: 2
    Last Post: 09-20-2006, 11:09 PM
  4. Emulators Neogeo and gba. Question for oopsware!
    By sialkoti100 in forum A780/E680i Gameloads
    Replies: 7
    Last Post: 09-20-2006, 06:55 AM
  5. Emulators ezxoswan on oopsware page
    By benjat in forum A780/E680i Gameloads
    Replies: 1
    Last Post: 08-18-2006, 01:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1