| View previous topic :: View next topic |
| Author |
Message |
DaddyDrew
Joined: 17 Apr 2005 Posts: 2 Location: Hollywood, FL
|
Posted: Sun Apr 17, 2005 5:17 am Post subject: hopefully not fake! |
|
|
Hello everyone. I'm not into programming, nor have I ever claimed to be. I'm just someone who is very interested in the homebrew ideal for the PSP. Because of this, I have been checking up on various websites and forums to keep myself as updated and informed about the current status of HB software for the PSP.
Today, while checking the gamefaqs hardware forum, i noticed a thread about this website, who has claimed to be currently developing on a nes emulator for the PSP that currently works. Now I know your guys' opinions on emulators, and I'm not asking you for anything to do with emulators.
The reason for this post, is that he has posted the source code on his website, located at http://pnesp.50megs.com and if this emulator is true, then he has found a way to develop for the PSP already and make something that is responsive from the PSP in the way everyone has been hoping in terms of HB software.
All that I ask is for someone who has programming knowledge to look over the source code and see the dev team here can use any info in it to start their own HB software, or if it's just total bullshit.
Thank you for your time, and I hope the news is good :)
EDIT: the link does work, it just accidently included the , in the link when i posted it. i edited it to fix it
Last edited by DaddyDrew on Sun Apr 17, 2005 5:28 am; edited 1 time in total |
|
| Back to top |
|
 |
neonenergy
Joined: 04 Apr 2005 Posts: 11
|
Posted: Sun Apr 17, 2005 5:24 am Post subject: |
|
|
| maybe if your link worked. i smell fake |
|
| Back to top |
|
 |
DaddyDrew
Joined: 17 Apr 2005 Posts: 2 Location: Hollywood, FL
|
Posted: Sun Apr 17, 2005 5:41 am Post subject: |
|
|
| neonenergy wrote: | | maybe if your link worked. i smell fake |
maybe if you looked at the original link, you'd see that there was a coma in it, which PS2Dev.org's forums transfered into the link.
I fixed the link. |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Sun Apr 17, 2005 5:48 am Post subject: |
|
|
Fake, dammit. The source code contains DOS DJGPP code only. It's the source code of nes9x 1.0beta; the ONLY difference is the readme.txt file which got changed slightly...
Maybe some kind of nice april's fool... _________________ 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 |
|
 |
neofar

Joined: 21 Jan 2004 Posts: 47 Location: Spain
|
Posted: Sun Apr 17, 2005 7:42 am Post subject: |
|
|
| Code: | void WaitVBlank(void)
{
while(inp(0x3DA)&0x08);
while(!(inp(0x3DA)&0x08));
} |
ummm.... so.... the waitvblank in psp is the same in the mode 13h
;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P ;P |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sun Apr 17, 2005 8:59 am Post subject: |
|
|
Aren't we moving crap like this into off-topic?
Moved. _________________ "He was warned..." |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Mon Apr 18, 2005 4:26 pm Post subject: |
|
|
| fake |
|
| Back to top |
|
 |
|