Originally posted here by yuvraj
Can Emulators be written in VB , PHP, Delphi or any other language. I mean do you know any other language in which i can program a Emulator. Any language other than C C++ or ASm.
As chsh noted you can pretty much write one in any language you like.
The reason most are written in C/C++ or assembly is execution speed.
It's kinda silly if you need a 3GHz machine to get a 1MHz CPU emulation to perform.