diff --git a/CHANGES b/CHANGES index 9f2b69ced..c5c54e2fd 100644 --- a/CHANGES +++ b/CHANGES @@ -4,11 +4,11 @@ Emulation fixes: - GB Audio: Fix channel 3 volume being changed between samples (fixes mgba.io/i/1896) - GB Audio: Fix up boot sequence - GB Audio: Fix updating channels other than 2 when writing NR5x - - GB BIOS: Include timing in degenerate ArcTan2 cases (fixes mgba.io/i/2763) - GB Memory: Actually, HDMAs should start when LCD is off (fixes mgba.io/i/2662) - GB Serialize: Don't write BGP/OBP when loading SCGB state (fixes mgba.io/i/2694) - GB SIO: Further fix bidirectional transfer starting - GBA: Fix resetting key IRQ state (fixes mgba.io/i/2716) + - GBA BIOS: Include timing in degenerate ArcTan2 cases (fixes mgba.io/i/2763) - GBA Video: Ignore disabled backgrounds as OBJ blend target (fixes mgba.io/i/2489) Other fixes: - GBA: Fix forceskip BIOS logic for multiboot ROMs (fixes mgba.io/i/2753)