Search found 39 matches

by tukuyomi
Mon May 03, 2010 7:43 pm
Forum: Tech Talk
Topic: I hate Linux
Replies: 97
Views: 78837

Re: I hate Linux

I'm a bitter old fart. I use Seamonkey, as begotten from Mozilla Suite, as begotten from Netscape Navigator, as begotten from Mosaic. All this new-fangled googlebox and search toolbar and no menubar nonsense is for sissies. REAL MEN use apps with a GUI from 1993(or 2003). x2 Iceape for myself (Debi...
by tukuyomi
Mon Mar 15, 2010 6:14 pm
Forum: Emulators
Topic: Best way to play SPCs?
Replies: 24
Views: 23145

And there is the official 3.3, which supports RSN.
But too bad, these still use snesapu :/

franpa, you're welcome :)
by tukuyomi
Sun Mar 14, 2010 8:28 pm
Forum: Emulators
Topic: Best way to play SPCs?
Replies: 24
Views: 23145

if you don't mind using foobar2000, you can get foo_gep, which uses game_music_emu library as well: http://kode54.foobar2000.org/?v

More players that use GME: http://www.slack.net/~ant/libs/audio.ht ... _Music_Emu
by tukuyomi
Thu Nov 12, 2009 6:44 am
Forum: Emulators
Topic: Gambatte 0.5.0-wip2 released
Replies: 478
Views: 318185

Try searching in

Code: Select all

~/.config/gambatte
by tukuyomi
Sun Nov 01, 2009 12:55 am
Forum: ZSNES Talk
Topic: ZMV to AVI conversion r1.1
Replies: 39
Views: 49298

by tukuyomi
Sat Oct 31, 2009 11:28 am
Forum: Tech Talk
Topic: UNIX shell script problem
Replies: 5
Views: 4396

Which Unix/shell version are you using? It works on my system if I remove the echo from the case.. command A bit of rewrite would give you this, btw #!/bin/sh #Project 1 CSC 3320 stop=0 while [ $stop -eq 0 ]; do cat << ENDOFMENU Main Menu (e) Edit Submenu (r) Report Submenu (q) Quit ENDOFMENU read -...
by tukuyomi
Sat Oct 31, 2009 11:12 am
Forum: Development
Topic: Tricky behaviour reference
Replies: 23
Views: 28673

by tukuyomi
Thu Jul 23, 2009 7:37 pm
Forum: Tech Talk
Topic: grin's various stupids of doom [brains needed]
Replies: 24
Views: 11958

I don't know if it is possible, nor optimized but here is my idea:
why don't you convert your number to a string and count the number of characters - 1?
I know nothing in C, but in basic (sorry, I only know this language :p), it gives:

Code: Select all

PRINT LEN(STR$(your_value))-1
by tukuyomi
Fri Jun 19, 2009 6:30 pm
Forum: Tech Talk
Topic: State of sound in Linux not so sorry after all
Replies: 40
Views: 16908

Deathlike2 wrote:except MS still can't quite get their browser security on par with the alternatives
C'mon...

Joke :D ... or not?
by tukuyomi
Sat May 16, 2009 2:06 pm
Forum: ZSNES Talk
Topic: zsnes on linux 9.04
Replies: 9
Views: 3478

lordmister wrote:./configure
make
sudo make install
zsnes
./zsnes will launch zsnes only from the current directory.
Or you can avoid the third command if you don't want to install it and prefer launching zsnes from the source directory.
by tukuyomi
Fri May 15, 2009 2:49 pm
Forum: ZSNES Talk
Topic: zsnes on linux 9.04
Replies: 9
Views: 3478

Note: It is only available in the universe repository, which is not enabled (IIRC) on default Ubuntu installations. Furthermore, it is only available as a 32-bit package, so if you are running 64-bit Ubuntu you will need to install ZSNES via some other method. It seems that universe and mulitverse ...
by tukuyomi
Sat May 02, 2009 7:22 pm
Forum: ZSNES Talk
Topic: ZSNES 2.0 Status
Replies: 220
Views: 91393

Re: ZSNES 2.0 Status

Nach wrote:We just finished up adding NES and DMG emulation (including Super Gameboy!) to our core set (I'll post some screenshots shortly).
That part was the joke!
by tukuyomi
Mon Jan 19, 2009 8:24 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.039 released
Replies: 525
Views: 258501

bsnes v0.039 french locale.
Some strings are not accurately translated because there is not much space available ("Simulate TV gamma ramp" and "Merge fields for NTSC filter" and a few others).
Anyways, Congratulations for this release, byuu! :)
by tukuyomi
Mon Dec 15, 2008 9:39 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.038 released
Replies: 407
Views: 233802

http://kuro-hitsuji.net/~tukuyomi/stuff/bsnes_v038_locale_french.zip French locale for bsnes v0.038. I left untranslated strings because of my lack of programming experience. If someone has the knowledge, feel free to modify my locale file. Lines 175-179: "Export memory" = "Export mem...
by tukuyomi
Tue Nov 04, 2008 8:25 pm
Forum: Tech Talk
Topic: Lag with OSS
Replies: 17
Views: 7905

That comment in this code block is interesting... if (devc->card_type == SB_LIVE) { Do not enable vmix by default on Live! It would cause enormous latencies because emu10k1 doesn't have working full/half buffer DMA interrupts. adev->vmix_flags = VMIX_MULTIFRAG | VMIX_SKIP; adev->max_intrate = 50; ad...
by tukuyomi
Sun Oct 26, 2008 7:28 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.037a released
Replies: 233
Views: 190082

http://www.kuro-hitsuji.net/~tukuyomi/stuff/bsnes_v037_locale_french.zip Here is the French locale for v0.037. Congrats byuu and all involved, as always :) While testing my locale, I noticed something strange in the Cheat Code panel: Buttons labeled "Toggle Status" and "Delete Code&qu...
by tukuyomi
Tue Sep 30, 2008 8:39 pm
Forum: Tech Talk
Topic: Lag with OSS
Replies: 17
Views: 7905

I did what paulguy said, but when I attempt to run a second application, I get the '/dev/dsp is busy' message :/
About the system-wide audio latency, I can't seem to find anything on their forums :/
by tukuyomi
Mon Sep 29, 2008 8:04 pm
Forum: Tech Talk
Topic: Lag with OSS
Replies: 17
Views: 7905

I have an SB Live! myself. It worked fine for me with OSS except when the app uses a large buffer. OSS 4 also makes better usage of smaller buffers than OSS 3 did. Which may explain why bsnes sounds the best for you, I made it use a smaller buffer. Tell me how ZSNES with OSS sounds, that might help...
by tukuyomi
Fri Sep 19, 2008 4:34 pm
Forum: Tech Talk
Topic: Lag with OSS
Replies: 17
Views: 7905

OK, I managed to disable vmix on OSS and the latency I experienced is now back to something normal. Quick howto disable vmix: nano /usr/lib/oss/conf/osscore.conf Uncomment OR add this line vmix_disabled=1 and issue as root # soundoff && soundon I tested with ZSNES 1.51b (both i586 binary and...
by tukuyomi
Wed Sep 17, 2008 6:46 pm
Forum: Tech Talk
Topic: Lag with OSS
Replies: 17
Views: 7905

Does this have to do with the Creative Sound Blaster? (can't remember where I read that from...) I also have a Creative Sound Blaster Live! card and the sound in general have some delay with OSS. On another PC with a Cirrus Logic CS, there is no problem On both systems: Debian Lenny; Ubuntu 8.04, AM...
by tukuyomi
Fri Aug 22, 2008 9:30 pm
Forum: Emulators
Topic: Good emu news site?
Replies: 65
Views: 33549

Here are my favorites: removed link , http://www.e-lation.net/site/index.php , http://www.emudreams.pl/ , http://www.emulation9.com/ , http://www.emulatronia.com/ .

-EDIT- Removed link to that good emulation site, just because it contains roms, but it was good, really.
by tukuyomi
Fri Aug 22, 2008 4:39 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.035 released
Replies: 142
Views: 68274

As always, Congratulations for all the new stuff, byuu :)

http://kuro-hitsuji.net/~tukuyomi/stuff ... french.zip
Here is the updated french locale that fits with this new release!
by tukuyomi
Fri Aug 22, 2008 11:51 am
Forum: Tech Talk
Topic: www.snesemu.black-ship.net has DNS issues..?
Replies: 5
Views: 3326

Hum yes :?, you still can access via http://88.191.30.201/~snesemu/

-EDIT- Problem solved, a typo in the lighttpd config file
by tukuyomi
Tue Aug 12, 2008 9:04 pm
Forum: bsnes Dev Talk
Topic: bsnes v0.034 released
Replies: 140
Views: 60216

http://kuro-hitsuji.net/~tukuyomi/stuff ... french.zip

French localization updated for v0.034. Congrats for this new release and the work done on the SPC7110 decompression :).