![]() |
Re: Snes port for nokia n8*0 series
Quote:
http://www.mobilegeographics.com/dev/devices.php I love the Zodiac: device "Rdog" with company "Tpwv".....Rdog?! :cool: |
Re: Snes port for nokia n8*0 series
dunno if trying a USB keyboard/joystick on N800 would work... mapping the keys can be a pain
|
Re: Snes port for nokia n8*0 series
Quote:
|
Re: Snes port for nokia n8*0 series
thread title is misleading. this is a snes9x port for palmOS
if anyone wants fullspeed snes, just finish my port from gp2x snes emu |
Re: Snes port for nokia n8*0 series
Quote:
The following is just a proof-of-concept: Binary: noksnes-20090810.gz (gunzip first; armel, os2008, vfp, -Os). Source: DrPocketSnesNok.tar.gz. (only audio+video; no gui, no input, no pixel doubling!!! the rom to load is HARDCODED: "test.smc" in the current directory). The assembly code seems not to play nice with AAPCS (e.g. unsigned shorts must have higher 16 bits set to zero). I fixed the most visible cases of this (which caused garbled graphics) but still have lots to fix. This (or some other thing) causes the IA to "act funny" in Super Mario Kart -- the ROM I used for testing -- creating kamikaze kart players :rolleyes:. An interesting thing to see :D . As for speed, it seems indeed to be faster than all the other SNES emus, but i'm uploading it for you all to see and decide. The version above has no speed control at all, it just runs with a fixed frameskip of 1 (so you can see the real performance). |
Re: Snes port for nokia n8*0 series
Hey Javis!
It's great to see that you're looking into this for us. Maybe someday we could get another port of a NES emulator from you as well. That's what I would most love to see. Ines just doesn't seem to quite cut it on the tablet. Are there any better open source emus for the original Nintendo that maybe you could look at? Cheers buddy. |
Re: Snes port for nokia n8*0 series
Quote:
|
Re: Snes port for nokia n8*0 series
Ok, this one version may be more useful since it's starting to be playable :)
New: - Minimal input support: Code:
Hw key -> SNES button - Framerate control - Fixed AI in mario kart (and probably other DSP1 games) - Command line parameters: Use: noksnes [-da] [-fps] <rom_file.smc>
Binary: drnoksnes-20090812.gz Source: drnoksnes_0.9.1.tar.gz Also in .deb package now (but does NOT appear on menus, still developer only, installs to /usr/games): rnoksnes_0.9.1_armel.deb |
Re: Snes port for nokia n8*0 series
Quote:
|
Re: Snes port for nokia n8*0 series
You know, I'm one that is grateful for anything you guys produce.
I'm also one who doesn't understand the process of porting something that is open source. Do you guys need like a "Linux specific" open source emulator or can any open source code be enough with some additional, creative programming? |
Re: Snes port for nokia n8*0 series
You can fix the stuttering sound by running
export SDL_AUDIODRIVER="alsa" before running drnoksnes (edit) - it's working VERY well javispedro! |
Re: Snes port for nokia n8*0 series
I just uploaded 0.9.5 to extras-devel.
With the User Interface nearly complete, I think this is the first non-developer only release. So please test if you're interested in SNES emulation! Known problems: - ROM compatibility may be bad (improved in 0.9.5) - Deleting the current ROM causes the GUI not to start (fixed in 0.9.5, thanks qwerty for reporting). - Cannot start the emulator with any unmapped SNES buttons (fixed in 0.9.5). - I have a bug report of the emulator leaving the screen in a garbled state after quitting. I couldn't reproduce it. If that happens to you, the easiest way to fix the screen is to reboot. Then please post here :) . Remember that buttons can be remapped! Open the menu and select Settings -> Controls to do it. Changelog from previous build posted here: - Emulator should be a bit faster. Mode7 games specially. - GUI is now more complete, and supports state saving/resuming. - Config file is no longer required, but can still be used (if launched from GUI, GUI settings override config file settings). - Sound quality has improved a bit (even in esd backend). - The command line version is still installed to /usr/bin/drnoksnes . Changelog from 0.9.4: - Touchscreen controls - Some of the above bugs fixed. - SNES mouse (think Mario Paint, but it does not work very well). |
Re: Snes port for nokia n8*0 series
@javispedro
Updated this morning (thanks!) and ran into the GUI crashing when it tried to open a non-existent ROM. Submitted a bug report: https://garage.maemo.org/tracker/ind...1014&atid=3790 Sorry, my OP makes it sounds like it always crashed. |
Re: Snes port for nokia n8*0 series
Thank you for your great work! You are just awesome.
|
Re: Snes port for nokia n8*0 series
After reading this thread, the emulator sounds awesome!
I haven't had a chance to try it out yet, but one feature I've wished other emulators for the NIT had is built-in support for pairing with a wii remote, and preconfigured bindings for it. Any chance of getting that as a feature? |
Re: Snes port for nokia n8*0 series
Quote:
- The Wiimote B button seems not to produce any keypress. - Being python (or maybe caused by the bluetooth adapter), the framerate is lowered. I don't really see why I should duplicate this functionality... |
Re: Snes port for nokia n8*0 series
I can haz snes :D
Nice work javispedro, can't wait for a "final" version with touchscreen function enabled on my N800 :D |
Re: Snes port for nokia n8*0 series
I want to congratulate to this snes emu! but, What if I have an n800?? :):):)
how can i remap controls? |
Re: Snes port for nokia n8*0 series
Quote:
Double tap into the key name to change. All of the N800 keys should be mappable, so you should be able to enjoy some games even without touchscreen input (which I'm trying to implement right now). (If you don't map the Quit action to anything, it will overwrite your fullscreen key mapping to Quit, so you can quit the emulator). |
Re: Snes port for nokia n8*0 series
thx a lot!
|
Re: Snes port for nokia n8*0 series
Just to mention that Chrono Trigger is playable at good speed :D
|
Re: Snes port for nokia n8*0 series
aww, super mario rpg doesn't seem to work. :(
|
Re: Snes port for nokia n8*0 series
BOY THANK YOU! YOU'RE A TABLET DEMIGOD! i shall worship you... you gave my n800 the thing it has missing!
|
Re: Snes port for nokia n8*0 series
thanks , this is great
is it possible to use the same screen input as in ines ? with if possible a simple drawing to show the virtual buttons ? |
Re: Snes port for nokia n8*0 series
A few issues.
1) How do you get sound to work 2) How do you close the program? Other than that, this is quite awesome. |
Re: Snes port for nokia n8*0 series
Nevermind, something in my N810 just clicked. It works perfectly now!
|
Re: Snes port for nokia n8*0 series
Quote:
Quote:
Quote:
Quote:
Quote:
Thank you for feedback! |
Re: Snes port for nokia n8*0 series
Wow! This emu has quite a bit of kick to it!
I wasn't expecting it to be this awesome! :D Anyway, I'm not getting the same results like everyone else on my end. None of the hardware keys on my N800 do anything and I can't open up the menu either. This is what I'm seeing from the command line: Quote:
Any suggestions? |
Re: Snes port for nokia n8*0 series
Quote:
The "DrNokSnes" item should be in the applications menu. |
Re: Snes port for nokia n8*0 series
Hey Javis!
In Xterm, all I'm typing is this: drnoksnes /media/mmc1/SNES/Kirby.smc If I run DrNokSnes from the application menu, which is where it got installed to, nothing happens. |
Re: Snes port for nokia n8*0 series
Quote:
Can you reboot your tablet and test again? (BTW, I'm on IRC right now) |
Re: Snes port for nokia n8*0 series
I didn't know that this was a bug.
Anyway, I'm rebooting and heading on over to IRC in just a few minutes. Thanks! |
Re: Snes port for nokia n8*0 series
If it's possible, can you add some "turbo" buttons for games that require pressing some button as fast as possible, for example, Chrono Trigger it's perfectly playable, but I got stuck at a food eating contest that requires pressing the "A" button very fast, something impossible with my N800 and Bluetooth keyboard.
Thanks for this great emulator. |
Re: Snes port for nokia n8*0 series
AWE
SOME !!!!!! I just got done playing a round of Killer Instinct. It was PERFECT! I had to set the key config a lil differently, but I managed to pull off an Ultra Combo with the greatest of ease (Orchid pwnz). ULTRA ULTRA ULTRA ULTRA :cool: |||EDIT @javispedro You're getting a bunch of random thanks from me for being such a pimp. |
Re: Snes port for nokia n8*0 series
You sir deserve a thanks just for validating how awesome Javis and this emu are!
|
Re: Snes port for nokia n8*0 series
Xkbd doesn't respond in Drnoksnes. :(
I was going to make a nice layout for us N800 users. Will touch screen support be available in the next release? Thanks! |
Re: Snes port for nokia n8*0 series
It is already in this one (open the Controls Menu in the Launcher); the only thing missing is drawing the layout on screen. It is similar to ines one, (dpad on the right, l and r on top corners, start and select on bottom corners, and buttons in the left following the snes pad layout: Y on top, B on bottom, etc.).
|
Re: Snes port for nokia n8*0 series
Touchscreen support is available, check the controls drop-down.
Aaah, not fast enough :) |
Re: Snes port for nokia n8*0 series
Okay. I must have missed that.
I thought for sure it said check back later or something from the drop down menu. Anyway, thanks for the response. :) |
Re: Snes port for nokia n8*0 series
Quote:
|
All times are GMT. The time now is 06:13. |
vBulletin® Version 3.8.8