Results 1 to 10 of 10

Thread: Super Nintendo Emulator in VB???

  1. #1

    Thread Starter
    New Member 101VBPro's Avatar
    Join Date
    May 2004
    Posts
    10

    Talking 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".

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    Yeah right... this is a joke right?
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  3. #3
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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]

  4. #4
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    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.

  5. #5
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632
    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

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Simple Emulator code? Uh huh.

    Its obvious you dont even have the fundimentals to create an emu if you think there is simple code.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    c64 emulator
    VB Code:
    1. cmdTapePlay_Click
    2.  while true
    3.   Screen.Color = Random(color)
    4.  wend
    5. End Sub

    and just like the real thing it doesn't load the game!

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    sound like you are not making anything.. sounds like you want someone else to make something you can throw your name on..

  9. #9
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Originally posted by DeadEyes
    c64 emulator
    VB Code:
    1. cmdTapePlay_Click
    2.  while true
    3.   Screen.Color = Random(color)
    4.  wend
    5. End Sub

    and just like the real thing it doesn't load the game!
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  10. #10
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    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
  •  



Click Here to Expand Forum to Full Width