Hi all,
I have some questions about Mesen's tracelog.
I'm debugging the 'instr_test-v3 / rom_singles / 01-implied.nes'.
And this is the output of the tracelog:
Why does the CYC PPU start from 30?
thanks.
I have some questions about Mesen's tracelog.
I'm debugging the 'instr_test-v3 / rom_singles / 01-implied.nes'.
And this is the output of the tracelog:
Code:
E783 SEI A:00 X:00 Y:00 P:nv--dIzc SP:FD CYC:30 SL:0 CPU Cycle:0
E784 JMP $EBCF A:00 X:00 Y:00 P:nv--dIzc SP:FD CYC:36 SL:0 CPU Cycle:2
EBCF LDA #$00 A:00 X:00 Y:00 P:nv--dIzc SP:FD CYC:45 SL:0 CPU Cycle:5
....
E784 JMP $EBCF A:00 X:00 Y:00 P:nv--dIzc SP:FD CYC:36 SL:0 CPU Cycle:2
EBCF LDA #$00 A:00 X:00 Y:00 P:nv--dIzc SP:FD CYC:45 SL:0 CPU Cycle:5
....
Why does the CYC PPU start from 30?
thanks.