- May 10, 2024
-
-
João Magalhães authored
Without flush we would might be loosing some bytes in writing. This is explicitly stated in https://doc.rust-lang.org/std/fs/struct.File.html. Also adds more explicit error handling in state related code.
-
- Mar 23, 2024
-
-
João Magalhães authored
There's a new rust stable version.
-
- Feb 25, 2024
-
-
João Magalhães authored
Made sure that OAM DMA takes 160 cycles to process.
-
- Feb 24, 2024
-
-
João Magalhães authored
Added more pedantic validations preventing simple dummy data from being loaded.
-
- Feb 18, 2024
-
-
João Magalhães authored
-
João Magalhães authored
Makes it consistent with the WebAssembly naming conventions.
-
- Feb 17, 2024
-
-
João Magalhães authored
These functions act as wrappers modifying the error value of the original function into a string.
-
João Magalhães authored
Converted the `state.rs` into an Error enum version of result.
-
João Magalhães authored
Makes use of the `Error` enum to handle errors. This is a better way to handle errors in Rust. It is also more idiomatic.
-
- Oct 30, 2023
-
-
João Magalhães authored
-
- Aug 18, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Aug 17, 2023
-
-
João Magalhães authored
-
- Aug 16, 2023
-
-
João Magalhães authored
Uses js-sys to interact with the Javascript VM, to obtain Date() reference.
-
- Aug 15, 2023
-
-
João Magalhães authored
Makes use of the most recent save state support in EmuKit. Thumbnail image support.
-
- Aug 14, 2023
-
-
João Magalhães authored
-
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 10, 2023
-
-
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
There was no implementation to execution mode flag and loading the state in a halted situation was breaking the emu.
-
- Aug 09, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
- Aug 08, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Support for MBC3 and MBC5 in state. Renamed dumps and loads methods.
-
João Magalhães authored
-
João Magalhães authored
Made VRAM update possible.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
The wrong value was being store in 0xFF50.
-
João Magalhães authored
-
- Aug 07, 2023
-
-
João Magalhães authored
-