This commit is contained in:
Irmen de Jong 2023-11-24 01:20:10 +01:00
parent 0bee6f6b41
commit 6a0a6b4751

View File

@ -2,10 +2,6 @@
TODO
====
- new cx16 master irq handler:
- describe the order in which irq sources are handled, should they occur at the same time
- change the order? line, vsync, sprcol, aflow?
- [on branch: shortcircuit] investigate McCarthy evaluation again? this may also reduce code size perhaps for things like if a>4 or a<2 ....
...