You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
freezer.c on the development branch is setting 40 MHz mode incorrectly: both FAST and VFAST must be set.
Demonstration:
10 T=TI:FOR I=0 TO 1000:NEXT:PRINT TI-T
From the boot state, run this. Then open the Freezer, press F, then press F3 to resume, and run the program again. Repeat for all five of 40 MHz, 1 MHz, 2 MHz, 3 MHz, then 40 MHz again. Results:
Boot state: ~0.03 (40 MHz)
1 MHz: ~1.24
2 MHz: ~0.58
3.5 MHz: ~0.29
Last run, should be 40 MHz but is actually: ~1.24 (1 MHz)
freezer.c on the development branch is setting 40 MHz mode incorrectly: both FAST and VFAST must be set.
Demonstration:
From the boot state, run this. Then open the Freezer, press F, then press F3 to resume, and run the program again. Repeat for all five of 40 MHz, 1 MHz, 2 MHz, 3 MHz, then 40 MHz again. Results:
For full discussion: MEGA65/mega65-rom-public#89
The text was updated successfully, but these errors were encountered: