Search found 11 matches

by D--
Fri Apr 10, 2009 8:21 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

New build error in 1.51.70 on Loongson2F architecture. g++ -DPACKAGE_NAME=\"snes9x-gtk\" -DPACKAGE_TARNAME=\"snes9x-gtk\" -DPACKAGE_VERSION=\"1.51\" -DPACKAGE_STRING=\"snes9x-gtk\ 1.51\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"snes9x-gtk\" -DV...
by D--
Mon Feb 16, 2009 10:12 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

Fix has been sent to the mipsel mailing list. It may work its way to Lemote. You can get a patched SiliconMotion driver and Snes9x-gtk (now with the hack removed) from my Loongson package repository: http://medan.cinnamonpirate.com/ Code patch off lemote.r02 revision of the driver is available here:...
by D--
Fri Feb 13, 2009 11:05 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

Frameskip was auto. I set the sound to 48000 and it seems to have mostly gone away. For reasons unknown I *can't* output sound at 44100 (not that this affects your default 32000, just an observation). I'm sure all of this is caused by the AMD CS5536 integrated controller that provides my ISA bridge,...
by D--
Thu Feb 12, 2009 2:51 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

http://cinnamonpirate.com/pub/misc/loongson/soft/snes9x-gtk_1.51.64-1_mipsel.deb Fully profiled Snes9x-gtk for the Lemote Yeeloong laptop (Loongson 2F CPU). Xvideo may have problems on the Fulong 2F box since it doesn't have a SiliconMotion video card, though it should work perfectly on the Gdium (S...
by D--
Wed Feb 11, 2009 11:59 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

in snes9x-gtk-1.51.64/gtk/src/gtk_display_driver_xv.cpp line 500 bytes_per_pixel = (bpp == 15) ? 2 : bpp >> 3; this->rshift = get_inv_shift (formats[i].red_mask, bpp); this->gshift = get_inv_shift (formats[i].green_mask, bpp); this->bshift = get_inv_shift (formats[i].blue_mask, bpp); /* on big-endia...
by D--
Wed Feb 11, 2009 10:58 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

Making progress, but now I find the XVideo driver is broke. http://img9.imageshack.us/img9/9935/dragonquestiii000no9.th.png It's hard to show you the problem since there's no way to screenshot the Xv layer. But in this picture of the King's room in DQI&II, the colors are inverted. The blue outsi...
by D--
Wed Feb 11, 2009 3:50 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

I'll try real snes9x in a bit. The one packaged by Debian segfaults like many lenny packages. Edit: Fantastic. Original snes9x does the same thing as snes9x-gtk with the default ./configure. I guess it's not as portable as the team thinks it is. That means bsnes (at 20 fps) is the only SNES emulator...
by D--
Wed Feb 11, 2009 8:39 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

Total failure. I tried it with Dragon Quest I&II, Lufia, Super Mario World. Tested every video renderer (shouldn't software be guaranteed?) and every sound sample option. I also tried toggling the one you told me to. Absolutely no change. Possibly worth noting, something is seriously wrong durin...
by D--
Tue Feb 10, 2009 4:53 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

Well it took me all night but I got it to link. Problem is there is no video or sound output, though the frameskip says it is pretending to do something. :( Tried all three video output methods. Could you clarify? What do you mean by "frameskip says it is pretending to do something?" I wo...
by D--
Mon Feb 09, 2009 8:34 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

Well it took me all night but I got it to link. Problem is there is no video or sound output, though the frameskip says it is pretending to do something. :( Tried all three video output methods.
by D--
Mon Feb 09, 2009 10:16 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5994568

Re: GTK/X11 Port (aka Linux/UNIX GUI)

Hi, just wanted to let you know that your snes9x-gtk fails to link on Loongson 2F architecture. I attempted to build it using your repository and apt-get --compile source. I have provided the output below. This is a second run which is why you only see the link step, if you want me to log a full att...