- Aug 04, 2024
-
-
João Magalhães authored
Intel implementation uses a different polynomial (CRC-32/ISCSI or CRC32-C (Castagnoli)) so I had to remove the support.
-
- Aug 03, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Major improved of zippy format See merge request !54
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Uses hardware acceleration if available, otherwise falls back to software implementation.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Includes strong header which includes CRC32.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Also simplified error to string conversion.
-
João Magalhães authored
-
- Aug 02, 2024
-
-
João Magalhães authored
-
João Magalhães authored
This approach avoids many of the possible panics.
-
João Magalhães authored
-
João Magalhães authored
It's used because of static size nature of it.
-
João Magalhães authored
Support for BOSC (Boytacean Save Compressed) format See merge request !53
-
João Magalhães authored
Created automatic inference of format from magic number. Extracts BOS data from BOSC files to be used in web.
-
João Magalhães authored
Moved BOSC up in the file for better readability.
-
João Magalhães authored
-
João Magalhães authored
Marks the initial step towards a compressed file format.
-
- Jul 29, 2024
-
-
João Magalhães authored
-
- Jul 28, 2024
-
-
João Magalhães authored
CPU debug information and MMU non mutable read support See merge request !51
-
João Magalhães authored
Made read MMU a non mutable operation. Added support for CPU description. Added Display support for CPU. Extracted type definition for `Instruction`. Support for diag_gb!() - uses global unsafe approach, which is not problematic for the purpose. Inline fetch() operation in cpu clock. Moved pedantic validation up in the CPU. Fix simple diag issue. Changed naming of read and write unsafe ops to raw. New pedantic asserts. Fix an issue with HDMA destination address prevent CHIP-8 ROM from working.
-
João Magalhães authored
Support for address ranges in match operations See merge request !52
-
João Magalhães authored
Uses simple ranges for matching, optimization done via LLVM. Faster performance in read and write on x86-64. Improved code readability.
-
- Jul 24, 2024
-
-
João Magalhães authored
-
João Magalhães authored
Compression support in commons See merge request !50
-
João Magalhães authored
-
- Jul 23, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Includes simple example in main gb.rs file.
-