- Oct 24, 2024
-
-
João Magalhães authored
-
- Aug 29, 2024
-
-
João Magalhães authored
-
- Aug 09, 2024
-
-
João Magalhães authored
-
- Aug 04, 2024
-
-
João Magalhães authored
-
- Jul 28, 2024
-
-
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
Uses simple ranges for matching, optimization done via LLVM. Faster performance in read and write on x86-64. Improved code readability.
-
- Jun 29, 2024
-
-
João Magalhães authored
-
- Mar 03, 2024
-
-
João Magalhães authored
More standard support for the `BusComponent` interface.
-
- Feb 25, 2024
-
-
João Magalhães authored
-
João Magalhães authored
Made sure that OAM DMA takes 160 cycles to process.
-
João Magalhães authored
This is a way of controlling the bytes that have already been written by the DMA controller.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Improved some comments for DMA.
-
- Nov 25, 2023
-
-
João Magalhães authored
-
- Nov 05, 2023
-
-
João Magalhães authored
Allow simple screenshot saving.
-
- Aug 19, 2023
-
-
João Magalhães authored
-
- Aug 18, 2023
-
-
João Magalhães authored
Handling of GameShark RAM banks differently. Added parsing integer value errors.
-
João Magalhães authored
-
João Magalhães authored
-
- Aug 12, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Aug 09, 2023
-
-
João Magalhães authored
In restoring the VRAM
-
João Magalhães authored
-
- Aug 08, 2023
-
-
João Magalhães authored
-
João Magalhães authored
The wrong value was being store in 0xFF50.
-
- Aug 06, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Aug 05, 2023
-
-
João Magalhães authored
-
- Jul 23, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
- Jul 15, 2023
-
-
João Magalhães authored
-
- Jun 13, 2023
-
-
João Magalhães authored
-
- Jun 06, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
- Jun 04, 2023
-
-
João Magalhães authored
Running under a single call. This required increasing variable size from u8 to u16.
-
- May 19, 2023
-
-
João Magalhães authored
Adds this CPU speed print support to the web debug panel.
-
- May 15, 2023
-
-
João Magalhães authored
With initial approach for scalling down the speed of other components.
-