Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | FreeBIOS: Ensure upper 16 bits are cleared in the initial crc16 value. | CasualPokePlayer | 2023-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 #1353 | Arisotura | 2022-03-14 |
| | |||
* | Fallback to FreeBIOS when BIOS files are not found. (v2) (#1174) | Adrian Siekierka | 2021-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> |