How do emulators work and how are they written?
Posted
by Simucal
on Stack Overflow
See other posts from Stack Overflow
or by Simucal
Published on 2009-01-15T22:10:15Z
Indexed on
2010/05/15
23:00 UTC
Read the original article
Hit count: 353
emulator
|game-development
How do emulators work? When I see NES / SNES or C64 emulators, it astounds me.
Do you have to emulate the processor of those machines by interpreting it's particular assembly instructions? What else goes into it? How are they typically designed?
Can you give any advice for someone interested in writing an emulator (particularly a game system)?
© Stack Overflow or respective owner