-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Use the "Analyze CPU Timing" button with these NES projects:
DASM timing is displayed correctly:
C timing is not displayed:
- https://8bitworkshop.com/v3.12.1/?platform=nes&file=chase%2Fgame.c
- https://8bitworkshop.com/v3.12.1/?platform=nes&file=shoot2.c
- …
Investigating, it appears that setTimingResult in editors.ts has correct offsets in this.sourcefile.line2offset, but the computed CPU timing is stored with incorrect offsets in result.pc2clockrange.
The incorrect offsets can also be seen in the developer console, logged by for exampleanalysis.ts:179.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels