- Oct 24, 2024
-
-
João Magalhães authored
-
- Aug 12, 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.
-
- Jul 23, 2024
-
-
João Magalhães authored
-
- Feb 25, 2024
-
-
João Magalhães authored
Allows blargg's test ROM to pass.
-
- 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
-
- Aug 10, 2023
-
-
João Magalhães authored
There was no implementation to execution mode flag and loading the state in a halted situation was breaking the emu.
-
- Aug 06, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
- Aug 02, 2023
-
-
João Magalhães authored
-
- Jun 06, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
- 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.
-
João Magalhães authored
-
João Magalhães authored
-
- May 14, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Allows the transfer of data according to the specs in dma.rs.
-
- May 06, 2023
-
-
João Magalhães authored
This is only a structure change and no real DMA implementation has been done.
-
- May 01, 2023
-
-
João Magalhães authored
-
- Apr 30, 2023
-
-
João Magalhães authored
-
João Magalhães authored
This is a temporary hack until a real speed switch is available.
-
João Magalhães authored
-
- Apr 27, 2023
-
-
João Magalhães authored
-
- Apr 25, 2023
-
-
João Magalhães authored
The code now breaks if pedantic is set and a warning is triggered.
-
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
-
- Apr 24, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
- Apr 15, 2023
-
-
João Magalhães authored
There's already two drivers implemented: Null and Print (to stdout).
-
João Magalhães authored
The complete GB, CPU and MMU linking is done.
-