Quote:
Originally Posted by NHervé
PS : I hacked this by forcing the I flag to be 0, I got over 2 intros further but the game still doesn't work. After reading the ARM datasheet, I found that this MCR opcode switches the proc in low-power mode, and any IRQ can wake it up even if IRQs are disabled (I flag set to 1), which DeSmuME doesn't support. I'll try to implement this feature and I'll tell you.
|
Didn't know that it was meant to ignore the I register, good luck implementing it.