Originally Posted by
Zach
Just some advice..
In addition to knowing a language, you are going to need to understand the architecture you are trying to emulate.. You have to learn about all the major CPUs involved, registers, opcodes, memory addresses, all that boring Computer Science shit people learn in college.
And you'll have to do it all via reverse engineering to keep the project legal.
That being said.. I don't think anyone here really knows much about programming or that kind of stuff. This is primarily an information community and we don't have any real technically inclined people around, beyond the general PC type problems.
Take a look at some books, C++ for dummies or something like that. There are also people writing emulators in Delphi, but I don't know about really advanced systems.