aboutsummaryrefslogtreecommitdiff
path: root/freebios/drastic_bios_arm9.bin
Commit message (Collapse)AuthorAge
* FreeBIOS: Ensure upper 16 bits are cleared in the initial crc16 value.CasualPokePlayer2023-12-06
| | | | | Fixes Castlevania: Dawn of Sorrow's checksumming which uses crc16 swi and has garbage in the upper 16 bits of r0. The official BIOS would seem to implicitly clear these upper 16 bits.
* FreeBIOS: add VRAM-compliant LZ77 decompressor. fixes #1353Arisotura2022-03-14
|
* Fallback to FreeBIOS when BIOS files are not found. (v2) (#1174)Adrian Siekierka2021-10-02
* Fallback to FreeBIOS when BIOS files are not found. * Add sources of drastic bios files. * Move FreeBIOS/external BIOS choice to configuration option/checkbox. * Fix indentation Co-authored-by: Filippo Scognamiglio <flscogna@gmail.com> Co-authored-by: Filippo Scognamiglio <filippo.scognamiglio@felgo.com>