How Do We Make A SNES Emulator (using python) ?
Azlan-Syed

Azlan-Syed @azlan_syed

About: Hello I am AzlanSyed a Programmer

Joined:
Dec 26, 2021

How Do We Make A SNES Emulator (using python) ?

Publish Date: Jan 22 '22
6 4

everyone has played mario and kirby games since snes and nes were launched right ? maybe some of you haven't but i am not going on those games i am going on the console snes which is now in emulated versions now i have a question how do we make an snes emulator using python ? why not make a small team and build it ? thanks in advance

Comments 4 total

  • SahilGupta1331
    SahilGupta1331Jan 22, 2022

    I haven't really tried to make an emulator but I know that to make a SNES emulator, you'll need to completely reverse engineer a real SNES and implement all that logic in python.

    Well someone has already tried it... github.com/JonnyWalker/PySNES

    • SahilGupta1331
      SahilGupta1331Jan 22, 2022

      well for co-op, yes, it'll be a nice learning experience I guess...

  • Adam Crockett 🌀
    Adam Crockett 🌀Jan 22, 2022

    It's such a big question, my advice, research a smaller piece of an emulator and ask about that, then choose a language and then assemble a team with at least the start of a plan.

    Assuming Python is still the right choice, the pysnes repo in the other comments my vht be a great starting point, just fork it and start to reverse engineer it.

Add comment