chip-8 / extensions

CHIP-8 Extensions Reference
https://chip-8.github.io/extensions/
Creative Commons Attribution Share Alike 4.0 International
7 stars 3 forks source link

Description of CHIP-8E instruction 0151 is misleading #9

Open gulrak opened 10 months ago

gulrak commented 10 months ago

The CHIP-8E instruction 0151 does not stop execution when the delay timer is 0, it waits for the delay timer to be 0 and then execution continues, it is also used internally by Fx4F that sets the timer and waits for it to run down.