deltabeard / Peanut-GB

A Game Boy (DMG) emulator single header library written in C99. Performance is prioritised over accuracy.
https://projects.deltabeard.com/peanutgb/
283 stars 40 forks source link

Fix Instruction Timing #45

Closed froggestspirit closed 4 years ago

froggestspirit commented 4 years ago

This should fix the instruction timing, so it passes Blaarg's instruction timing test.

deltabeard commented 4 years ago

Confirmed working. Many thanks!