Search found 13 matches

by ardnew
Sat Feb 13, 2010 8:20 am
Forum: Insane Chatter
Topic: Guess the largest object!
Replies: 30
Views: 28877

kode54 wrote:PS. Space has no mass.
It probably shouldn't have even been an available option. The question implies space is an "object"
by ardnew
Sun Nov 08, 2009 7:41 pm
Forum: Tech Talk
Topic: Of stupid algos and code complexity
Replies: 32
Views: 21838

Image
by ardnew
Wed Apr 01, 2009 6:07 pm
Forum: ZSNES Talk
Topic: ZSNES 2.0 Status
Replies: 220
Views: 103256

I vote ZFastAndFurious

Vin Diesel would too
by ardnew
Tue Feb 24, 2009 3:20 am
Forum: Forum
Topic: A major apology
Replies: 52
Views: 62585

I would like an apology for luring me into such a lame thread
by ardnew
Thu Dec 18, 2008 2:22 am
Forum: ZSNES Talk
Topic: GAME WONT PLAY
Replies: 22
Views: 5663

Forum dwellers lack the capacity for IRC.
by ardnew
Wed Dec 17, 2008 10:16 pm
Forum: ZSNES Talk
Topic: GAME WONT PLAY
Replies: 22
Views: 5663

GAME WONT PLAY

OK SO I GOT zsnes (btw i'm too stupid to learn the name of the emulator) AND IT WONT PLAY MARIO

THIS IS LIEK THE STANDARD GAME AND I DONT KMNOW Y U GUYS CANT GET IT WORKING

HELP ME PLZ????
by ardnew
Mon Aug 20, 2007 4:06 am
Forum: ZSNES Talk
Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
Replies: 28
Views: 13301

Oh. But that still does not answer my question about how to install zsnes. I have all the libraries but I just get that huge block of text! Do you have ideas for me? :) You do not have all the libraries: SDL support Version 1.2.12 NASM support NASM version 0.98.39 compiled on Jan 15 2005 zlib suppo...
by ardnew
Sun Aug 19, 2007 8:20 pm
Forum: ZSNES Talk
Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
Replies: 28
Views: 13301

Ok, you've done this method several times now. The problem you are running into is not having the appropriate packages installed on your system as required by ZSNES. Here's a general rule of thumb for installing software on your machine: - Visit http://rpmfind.net - Find a copy of whatever package y...
by ardnew
Sun Aug 19, 2007 1:15 am
Forum: ZSNES Talk
Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
Replies: 28
Views: 13301

Code: Select all

# yum install zlib zlib-devel
by ardnew
Sat Aug 18, 2007 11:21 pm
Forum: ZSNES Talk
Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
Replies: 28
Views: 13301

Sorry, I'm not very familiar with Fedora. Check to see if you really did get sdl-config installed: [root@localhost src]# find / -name "sdl-config" -type f If it finds something, rerun ./configure with: [root@localhost src]# SDL_CONFIG=/usr/local/bin/sdl-config ./configure --enable-release ...
by ardnew
Sat Aug 18, 2007 10:43 pm
Forum: ZSNES Talk
Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
Replies: 28
Views: 13301

I read install.txt but it only mentions DOS Windows and SDL zsnes, not Linux. SDL ZSNES is the Linux version of ZSNES. This is what you should read. NASM probably won't be the last thing you'll need to get. From the install.txt: Linux/SDL/POSIX port: I assume the standard development tools are inst...
by ardnew
Sat Aug 18, 2007 9:45 pm
Forum: ZSNES Talk
Topic: How does one install zsnes 1_51 on Fedora 7 Linux?
Replies: 28
Views: 13301

You need to install a compiler. Try this:

Code: Select all

[****@localhost ~]$ sudo yum install gcc gcc-c++
by ardnew
Thu Oct 06, 2005 7:32 am
Forum: Development
Topic: Question about Linux SDL audio.
Replies: 4
Views: 4427

Had to make an account as well, just to reply to this one. Thanks a lot crache! This seems to be the only problem I have been having, but no longer... :) I was getting zero sound output, and considering ALSA defaults to use the 'dummy' sound device enabled in my kernel (and through trial-and-error, ...