|
-
May 13th, 2004, 10:06 PM
#1
Thread Starter
New Member
Super Nintendo Emulator in VB???
I'm am making an Emulator program and need a simple VB Sorce Code for a super nintendo emulator. Thanks!
As a man one said, "Look into ze eye's of the blind monkey".
-
May 13th, 2004, 11:54 PM
#2
The picture isn't missing
Yeah right... this is a joke right?
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
May 14th, 2004, 02:40 AM
#3
Retired VBF Adm1nistrator
Try contacting Neronis2000. I don't know if he's still around.
Myself and himself did some work on an N64 emulator
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 14th, 2004, 04:35 AM
#4
So Unbanned
Re: Super Nintendo Emulator in VB???
Originally posted by 101VBPro
I'm am making an Emulator program and need a simple VB Sorce Code for a super nintendo emulator. Thanks!
If you want source code goto planetsourcecode. If you want assistance with making your own source code, then you'd be in the right place.
-
May 14th, 2004, 05:53 AM
#5
Unless u are an EXPERT in VB and API and stuff you are pretty much screwed 
How much VB do you know?
I wouldn't like to attempt this..in fact I know I couldn't 
U could search on www.planetsourcecode.com for something.
Woka
-
May 14th, 2004, 09:03 AM
#6
Simple Emulator code? Uh huh.
Its obvious you dont even have the fundimentals to create an emu if you think there is simple code.
-
May 14th, 2004, 09:28 AM
#7
c64 emulator
VB Code:
cmdTapePlay_Click
while true
Screen.Color = Random(color)
wend
End Sub
and just like the real thing it doesn't load the game!
-
May 14th, 2004, 10:12 AM
#8
sound like you are not making anything.. sounds like you want someone else to make something you can throw your name on..
-
May 14th, 2004, 11:14 AM
#9
Retired VBF Adm1nistrator
Originally posted by DeadEyes
c64 emulator
VB Code:
cmdTapePlay_Click
while true
Screen.Color = Random(color)
wend
End Sub
and just like the real thing it doesn't load the game!
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 17th, 2004, 11:19 AM
#10
i found an NES emulator written in VB... probably the only one
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|