aboutsummaryrefslogtreecommitdiff
path: root/main.fab
diff options
context:
space:
mode:
authorPatrick Kingston <patrick@pkingston.xyz>2026-02-14 20:14:59 -0500
committerPatrick Kingston <patrick@pkingston.xyz>2026-02-14 20:14:59 -0500
commit184e1a683267378894fda97e6689e4e586ab3c85 (patch)
tree727070f113aee7820d71dc22e767485034092c6c /main.fab
parent87ad58a7f05534218613d229e5d0f5f72a3f323b (diff)
Adjust timings
Diffstat (limited to 'main.fab')
-rw-r--r--main.fab14
1 files changed, 3 insertions, 11 deletions
diff --git a/main.fab b/main.fab
index deb58f8..948bd1c 100644
--- a/main.fab
+++ b/main.fab
@@ -116,17 +116,9 @@ mode eca_main()
: nmi eca_nmi
// Initialize the screen
init_eca_state()
- // Wait 10 frames
- nmi
- nmi
- nmi
- nmi
- nmi
- nmi
- nmi
- nmi
- nmi
- nmi
+ // Wait 60 frames before beginning
+ for U i = 0; i < 60; i += 1
+ nmi
// Loop forever:
while true
nmi