Question about cycle counting accuracy when emulating a CPU

后端 未结 3 1452
终归单人心
终归单人心 2020-12-15 13:41

I am planning on creating a Sega Master System emulator over the next few months, as a hobby project in Java (I know it isn\'t the best language for this but I find it very

3条回答
  •  爱一瞬间的悲伤
    2020-12-15 13:45

    I guess that depends on how accurate you want your emulator to be. I do not think that it has to be that accurate. Think emulation of x86 platform, there are so many variants of processors and each has different execution latencies and issue rates.

提交回复
热议问题