Search found 11 matches
- Fri Apr 10, 2009 8:21 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5994568
- 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:...
- 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,...
- 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...
- 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...
- Wed Feb 11, 2009 10:58 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5994568
- 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...
- Wed Feb 11, 2009 8:39 am
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5994568
- Tue Feb 10, 2009 4:53 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5994568
- Mon Feb 09, 2009 8:34 pm
- Forum: Snes9x Public Development Forum
- Topic: GTK/X11 Port (aka Linux/UNIX GUI)
- Replies: 607
- Views: 5994568
- 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...