MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
30 stars 31 forks source link

feat: test #604 (raster irq not executing twice) #141

Closed ki-bo closed 2 years ago

ki-bo commented 2 years ago

This PR adds a new test for issue #604 The test installs a raster irq handler, acknowledging the irq directly in the irq handler. It tests whether the raster irq handler gets called once or multiple times per frame. The fix for #604 ensures the raster irq will only be triggered once per frame.