diff options
| author | Patrick Kingston <patrick@pkingston.xyz> | 2026-02-14 20:14:59 -0500 |
|---|---|---|
| committer | Patrick Kingston <patrick@pkingston.xyz> | 2026-02-14 20:14:59 -0500 |
| commit | 184e1a683267378894fda97e6689e4e586ab3c85 (patch) | |
| tree | 727070f113aee7820d71dc22e767485034092c6c | |
| parent | 87ad58a7f05534218613d229e5d0f5f72a3f323b (diff) | |
Adjust timings
| -rw-r--r-- | main.fab | 14 | ||||
| -rw-r--r-- | nEs.nes | bin | 40976 -> 40976 bytes | |||
| -rw-r--r-- | nEslabels.mlb | 6 |
3 files changed, 6 insertions, 14 deletions
@@ -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 Binary files differdiff --git a/nEslabels.mlb b/nEslabels.mlb index a1ecaa9..bcf5f9c 100644 --- a/nEslabels.mlb +++ b/nEslabels.mlb @@ -1,8 +1,8 @@ -NesPrgRom:000B0D:calc_next_cell@0_0: +NesPrgRom:000A8D:calc_next_cell@0_0: NesPrgRom:000988:calc_and_advance_gen@0_0: NesPrgRom:000991:calc_and_advance_gen@0_0_entry: -NesPrgRom:000A92:eca_nmi@0_1: -NesPrgRom:000A12:eca_main@0_0: +NesPrgRom:000A12:eca_nmi@0_1: +NesPrgRom:000AFA:eca_main@0_0: NesPrgRom:0007F8:main_nmi@0_1: NesPrgRom:0007FB:main_nmi@0_1_entry: NesPrgRom:000250:main@0_0: |
