forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PNESP

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    forums.ps2dev.org Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
Urb85



Joined: 05 Mar 2005
Posts: 21
Location: UK

PostPosted: Sun Apr 17, 2005 8:14 pm    Post subject: PNESP Reply with quote

Hey guys, many people stated this as a fake including me, but after a while I found the source files for PNESP (NES Emulator for the PSP), here is the link:

http://www.psp-scene.org/downloads/pnesp_.002a_source.zip

I am not a C programmer so I couldn't state if it is fake or what?
I would be pleased if somebody could state this.

Thanks a lot
Urb85
_________________
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
MelGibson



Joined: 10 Apr 2005
Posts: 58

PostPosted: Sun Apr 17, 2005 8:19 pm    Post subject: Reply with quote

still fake
Back to top
View user's profile Send private message
Urb85



Joined: 05 Mar 2005
Posts: 21
Location: UK

PostPosted: Sun Apr 17, 2005 8:27 pm    Post subject: yes Reply with quote

Thanks for let me know so soon
I have been looking into the code, it seems to call some Allegro Library.
I strongly think is a NES emulator for Linux.
Thanks anyway.

Urb85
_________________
-----------------
PHP, ASP.Net, C#, VB.Net
-----------------
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
annerajb



Joined: 31 Mar 2005
Posts: 40

PostPosted: Sun Apr 17, 2005 10:44 pm    Post subject: Reply with quote

i am not a c++ genius but thats fake if you open the make file in notepad it says make:nes9x.exe
Code:

CC      = gcc
CFLAGS  = -O2 -DLSB_FIRST -DVGA -DSOUND #-DDEBUG
OBJECTS = nes9x.o mapper.o M6502.o Debug.o
OBJAT = video.o svga.o keys.o misc.o
OBJ98 = dmysnd.o
SOURCE1 = nes9x.c mapper.c M6502.c Debug.c video.c svga.c keys.c misc.c dmysnd.c
SOURCE2 = nes9x.h M6502.h Codes.h Tables.h video.h vgakeybo.h palette.h sb.h makefile

ARC = pkzip -a
VER = 01
BINARC = nes9x${VER}.zip
SRCARC = nes9x${VER}s.zip

all: nes9x.exe
nes9x.exe: ${OBJECTS} ${OBJAT}
        ${CC} -s -o nes9x ${OBJECTS} ${OBJAT}

zip: ${BINARC} ${SRCARC}

dasm:   dasm.c
   ${CC} -o dasm dasm.c

M6502.o:   M6502.c M6502.h Tables.h Codes.h
Debug.o:   Debug.c M6502.h
nes9x.o: nes9x.c nes9x.h m6502.h
mapper.o: mapper.c nes9x.h
misc.o: misc.c
Back to top
View user's profile Send private message MSN Messenger
pixel



Joined: 30 Jan 2004
Posts: 791

PostPosted: Sun Apr 17, 2005 11:34 pm    Post subject: Reply with quote

Duplicate of another thread. Locked and moved to off topic.
_________________
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    forums.ps2dev.org Forum Index -> General Discussion All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group