Hi,
I've continued to investigate on moongame :
> The dbf at 5e71a is interrupted by a new VBL (video_cyc=0), but the
exception executes code at RAM $0, this is highly wrong and is the cause
for the crash.
> For me, the problem is in
> $05e6ec : 21f9 000d d21a 0070 move.l $dd21a,$0070.w
> I think $dd21a is not correctly initialized and contains $0 instead
of the address of the VBL handler.
I've logged 12M instructions (2 Go of datas) for the beginning of
moongame to the ILLEGAL instruction.
Then, I've used a grep "dd21a" to find where it is initialized.
In fact, it is not. I guess it does an ILLEGAL on the falcon too.