Changes

Jump to navigation Jump to search

Emulation accuracy

76 bytes removed, 12:42, 25 December 2023
Cycle-based accuracy
:Example of partial cycle-accurate emulator is [https://old.reddit.com/r/emulation/comments/vy8cg7/ares_v129_has_been_released_crossplatform/ig4da06/ bsnes].
====Cycle-based accuracy====
By emulating the components in a cycle-per-cycle fashion, we get cycle-based accuracy. This type of emulation accuracy aims to reproduce the system's functional behavior within a specified cycle number of cycles without necessarily adhering to the exact
timing of each individual instruction. Since this method doesn't go out of its way to mimic the precise timing and execution of each instruction, it may not be able to handle all hardware edge cases.
:An example of a cycle-based emulator is jgnes with its cycle-based emulation of the Ricoh 2A03 and PPU.

Navigation menu