Jump to content

Recommended Posts

Posted (edited)

Programming an emulator is extremely difficult. i'll say what people say to me if you wanna code an emulator start with chip-8 it might not seem much but you'll learn the emulators functionality on how the chip-8 works and its basic processings also looking for documents and viewing other emulators sources can also help you to get a clear understandding on the maching your willing to emulate. but note don't use there source just learn from it don't plasurize it. :-| btw good luck :rolleyes:

Edited by LoRd_SnOw
  • Replies 61
  • Created
  • Last Reply

Top Posters In This Topic

Posted

as much as i hate refrencing this site (personal reasons) www.zophar.net has some decent technical documents on various emulation coding processes

 

i recommend you learn c++ if you don't know it, and at least have a basic knowledge of assembly because if you need speed or to reverse engineer something ,assembly is most likely the way to go.

Posted

It would be cool to have a NRX type emulator that can use encrypted and decrypted sets that would be cool.

Posted
It would be cool to have a NRX type emulator that can use encrypted and decrypted sets that would be cool.

Now yer talking my language. :P

Posted

The first thing you need to do is to choose a programing language, and to learn it. Unless you chose Visual Basic, it can take a long time until you will be able to use graphics and real time input. However, I recommand c\c++.

 

The second thing you need to do is to learn the system's language - the language the roms for that system are writen. You need to know this language perfectly - if you will igrone one function, every rom which use that function will not work on your emulator.

 

Only then you can start the research about the system, not to mention writing the emulator.

Posted

Well it would be good if you even owned what your going too emulate.

Posted

call it 1 emulation, lol

Posted (edited)
so far it's gonna be called axlneogeo :/

How About "NeoAxlGeo"

OR

"Ghosty's biatch's NeoGeo Emulator, NOW WITHOUT GREEN STARTUP SCREEN!!"

Edited by 666Ghost
Posted

I just learned functions and how to store them in C++ class, I also learned most of the already presaved fuctions, I still don't know how to work C++ with graphics, any suggestions?

Posted
he could always call it "1emulator" :naughty:

 

i Like "Ghosty's biatch's NeoGeo Emulator, NOW WITHOUT GREEN STARTUP SCREEN!!" Better.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...