video: vblank and not vblank wait not correctly disable interrpts
authorLukas Krickl <lukas@krickl.dev>
Mon, 14 Jul 2025 03:53:13 +0000 (05:53 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 14 Jul 2025 03:53:13 +0000 (05:53 +0200)
commit96c9918b8b1069ba44e02a9c8ead388d0172ee61
treef23fd79218fa550afe992b55f2af771f1dbc8ad0
parentddaf5055cfc69994bf25ba3c6bcc94a880af0d79
video: vblank and not vblank wait not correctly disable interrpts

They ensure to restore IE as it was before they were called.
This makes sure the vblank handler does not cause the wait loop to miss
its condition. This resulted in an infinite loop under certain
conditions.
src/defs.s
src/strings.s
src/ui.s
src/video.s