Author Topic: Genesis Neogeo Snes Turbografx Nes Gameboy Emu  (Read 455696 times)

barbjfox2000

  • Newbie
  • *
  • Posts: 19
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #15 on: August 12, 2005, 12:55:58 am »
I just installed the files today. I'm using Cacko and it's working great. Thanks!!

Anyhow, the only thing I want to mention is that Cacko had remapped the keys quite conveniently. The nicest mapping was that the "comma ," key did a "slash /" . (Usually you have to shift to get "slash /" of course).  This mapping disappeared after I installed the .ipk's.

Barb Fox

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #16 on: August 12, 2005, 01:00:45 am »
keymapper?

can you send me the file?

anyway, i am not sure how cacko works on redifining the keys or remaping them.  I added keyhelper as a way to disable the typematic speedrate on keys because on the sharprom, snes9x does not disable it causing very very slow framerate gameplay.  If you wish


restore your system to e previous day and install all but do not install keyhelper.  If cacko uses keyhelper on the other hand, change repeat delay to 000 and period 00.

it should fix the snes games just fine without you needing to install the keyhelper i am using.  What it must of done is overwrite cacko but thats just assuming since i don't know his configuration.  there should be a file called keyhelper.xml which and if cacko uses were you should add those zero values if he does use it.

post if it works cuz im curious.


hmmm even better

dont use the keyhelper files and just install the other stuff.  Maybee cacko fixed something that i am not aware about and besides, the files are only for the sharprom default.  Please report finding cuz i am very curious.
« Last Edit: August 12, 2005, 01:26:05 am by Cresho »
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

icruise

  • Sr. Member
  • ****
  • Posts: 292
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #17 on: August 12, 2005, 05:52:58 pm »
Thanks for putting this together, Cresho.  I am having the same problem mentioned earlier in this thread. The arrow keys are reversed. Reinstalling the packages and restarting doesn't seem to have solved it. I am running the stock Japanese rom (not converted to English) with Tetsu's special kernel. Could this have something to do with it?

edit: This is on a new c3100.
« Last Edit: August 12, 2005, 05:58:10 pm by icruise »

fastscirocco

  • Full Member
  • ***
  • Posts: 149
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #18 on: August 12, 2005, 08:20:20 pm »
I found a site with free downloadable NES and SNES instruction manuals scanned and in PDF format.

http://www.tendoweb.com/Manuals


Enjoy

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #19 on: August 12, 2005, 10:37:57 pm »
obviously- there is something wrong.  the sdl i provided is specific for the stock jap zaurus.  the sdl fixes the key rotation problem.  you guys are having issues with modified zauruses. Not only that, you are not using a c1000.  Could be that the sdl5500 does not work well for your c3100.

There are 2 solutions that i can think of.

Lets try the first one.


this first file is the one i recommend that fixes the key rotation on the c1000




This other one reverses the key.
 [ Invalid Attachment ]

I recommend that you play with either of these two files but make sure you do not have these 2 files installed at the same time.  It will not work.

Just to make this a surefire, uninstall one and reboot and install other and reboot and try.  That way, you wont have any lingering files.

If this method doesnt work, then we will try option 2 which ill post here after.

Let me know.
« Last Edit: August 13, 2005, 02:05:13 am by Cresho »
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

icruise

  • Sr. Member
  • ****
  • Posts: 292
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #20 on: August 13, 2005, 04:52:29 am »
Well, I tried them both but there didn't seem to be any change. What was the second option you mentioned?

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #21 on: August 13, 2005, 06:03:46 am »
the second option is to add this line "export SDL_QT_INVERT_ROTATION=1" in "zemufeex_smc.sh"

"zemufeex_smc.sh" is located in /home/QtPalmtop/bin/


in other words from
Code: [Select]
#!/bin/bash

cd "$1"
snes9x -win "$2"
exit 0

to


Code: [Select]
#!/bin/bash
export SDL_QT_INVERT_ROTATION=1
cd "$1"
snes9x -win "$2"
exit 0

then save the file to have it take effect when launching the games.

This one works because i installed zports sdl which makes my keys backwards and this one fixes the inverted keys.

use zeditor_2.2.6english_arm.ipk to edit.  make sure you remove magnify and start as root privilage.  do this by holding the zeditor icon down for a few seconds and extra menu options opens up.

post your results.  im curious.  I have one more option as well.


im gona be updating the ni entiendo.zip file to include this extra information as well as it running the apps on the new zports version of sdl.

im gona add this here.fine piece of text editing software

i googled it and it is lost   but here it is  after install, hoold zeditor down and gives you extra menu.  make su mode. root privilage in other words.

NOw one last thing.  I know some of you have wondered how to disable the ok in the navigation.  this is what you need to do

Code: [Select]
#!/bin/bash
export S9XKEYS=27,100,99,115,120,97,122,13,32,103,106,117,110,121,98,105,109
export SDL_QT_INVERT_ROTATION=1
cd "$1"
snes9x -win "$2"
exit 0

with the export in place, your "ok" and "Enter" Do not work anymore.  L becomes enter.





now nes is different than snes.  for nes you need to copy this file into the "/home/zaurus/.znester/" directory

here is the file  [ Invalid Attachment ]  so it should look like /home/zaurus/.znester/znester.rc

now your nes plays right the way it should because this fixes the key inverted problem for those who have problems.

Remember that snes and nes are different.   zemu ex is a front ent and the emulators are zgnuboy, znester, and snes9x.

3 emulators and one front end.
« Last Edit: September 09, 2005, 11:47:52 am by Cresho »
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

icruise

  • Sr. Member
  • ****
  • Posts: 292
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #22 on: August 13, 2005, 02:13:26 pm »
Quote
the second option is to add this line "export SDL_QT_INVERT_ROTATION=1" in "zemufeex_smc.sh"

"zemufeex_smc.sh" is located in /home/QtPalmtop/bin/

[div align=\"right\"][a href=\"index.php?act=findpost&pid=91665\"][{POST_SNAPBACK}][/a][/div]

That did the trick! Thanks for your help.

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #23 on: August 13, 2005, 03:50:50 pm »
Quote
I found a site with free downloadable NES and SNES instruction manuals scanned and in PDF format.

http://www.tendoweb.com/Manuals


Enjoy
[div align=\"right\"][a href=\"index.php?act=findpost&pid=91645\"][{POST_SNAPBACK}][/a][/div]


thanks
 

man it brings back memories.
« Last Edit: August 13, 2005, 03:52:49 pm by Cresho »
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

icruise

  • Sr. Member
  • ****
  • Posts: 292
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #24 on: August 13, 2005, 04:48:42 pm »
Quote
Quote
the second option is to add this line "export SDL_QT_INVERT_ROTATION=1" in "zemufeex_smc.sh"

"zemufeex_smc.sh" is located in /home/QtPalmtop/bin/

[div align=\"right\"][a href=\"index.php?act=findpost&pid=91665\"][{POST_SNAPBACK}][/a][/div]

That did the trick! Thanks for your help.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=91709\"][{POST_SNAPBACK}][/a][/div]

One other question. I notice that this only seems to work for SNES games. Is there something similar I can do to correct the rotation for NES games, etc?

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #25 on: August 13, 2005, 05:13:27 pm »
Quote
now nes is different than snes.  for nes you need to copy this file into the "/home/zaurus/.znester/" directory

here is the file  [ Invalid Attachment ]  so it should look like /home/zaurus/.znester/znester.rc

now your nes plays right the way it should because this fixes the key inverted problem for those who have problems.

Remember that snes and nes are different.   zemu ex is a front ent and the emulators are zgnuboy, znester, and snes9x.

3 emulators and one front end.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=91665\"][{POST_SNAPBACK}][/a][/div]
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

icruise

  • Sr. Member
  • ****
  • Posts: 292
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #26 on: August 13, 2005, 08:42:48 pm »
Oops! I was so excited about the snes controls working that I glossed over that part.  

barbjfox2000

  • Newbie
  • *
  • Posts: 19
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #27 on: August 13, 2005, 11:33:53 pm »
Quote
keymapper?

can you send me the file?

anyway, i am not sure how cacko works on redifining the keys or remaping them.  ...
post if it works cuz im curious

Thanks for pointing me in the right direction.  I left your keyhelper.xml on my C3000 and added these lines to swap "Comma" and "Slash":

<define key="Comma">
           <map key="Slash"/>
           <map_modifier Shift="On"/>
           <map_unicode char="/"/>
       </define>
       <define key="Slash">
           
           <map key="Comma"/>
           <map_modifier Shift="Off"/>
       </define>

Then I reloaded the keymapper with
$ khctl reload

Now I can use my "Slash" character again without having to Shift. Yeah!!

Cresho

  • Hero Member
  • *****
  • Posts: 1609
    • View Profile
    • http://home.earthlink.net/~cresho/
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #28 on: August 14, 2005, 04:30:29 am »
hehe..

you never verified if cacko rom uses keyhelper or if it has its own defining keys by maslovsky.  This information can help the next cacko user who decidedes to use this ziped package.

Anyway, if you didnt have the keyhelper (which helps in the snes emulation indirectly), would cacko rom need it?  I am still curious to know if emulation would still work or not providing excellent framerate during gameplay.
Zaurus C-3200 (internal 8gb seagate drive) with buuf icon theme, cacko 1.23 full,  and also Meanie's pdaxqtrom-Debian/Open Office
Zaurus SL-5500 Sharp Rom 3.13 with steel theme
pretec pocket pc wi fi
ambicom bt2000-cf bluetooth-made in taiwan
simpletech 1gb cf
pny 1gb sd
patriot 2gb
ocz or patriot 4gb sd(failed after 2 weeks)only on z
creative csw-5300 speakers in stereo
DigiLife DDV-1000 for video, Audio, Picture recording playable on the zaurus
Mustek DV4500-video recorder, pictures, voice record on sd for z

zaurusthemes.biz | ZaurusVideo | Zaurus Software

icruise

  • Sr. Member
  • ****
  • Posts: 292
    • View Profile
Genesis Neogeo Snes Turbografx Nes Gameboy Emu
« Reply #29 on: August 15, 2005, 02:42:41 am »
Have you used the GBA emulator VisualBoyAdvance? I got it to work using the instructions (in Japanese) here, but it will only run in QVGA mode vertically. Do you think it would be possible to rotate the display?
« Last Edit: August 15, 2005, 02:43:08 am by icruise »