Findings of note:
- The LCD (PPU) can seemingly end up at a cycle offset relative to the
CPU that is a non-multiple of 4 when switching away from double speed
mode (as compared with normal). The behaviour appears equivalent to a
CPU tick being skipped relative to the LCD/PPU, which can result in 2
different offsets depending on whether the speed change is done at an
odd M-cycle (i.e. an odd multiple of 4 cycles in double speed mode).
This will also seemingly carry over to double speed mode upon another
speed change, and, repeated speed changes can seemingly produce all 4
offsets.
Test LCD/PPU timing relative to LCD/PPU display enable and improve
implementation accordingly.
Also fix and test an apparent inconsistency between mode=0 IRQ trigger
checks and event timing in the implementation.
Temporarily disable a speed change test that fails after these changes.