- Jun 17, 2024
-
-
João Magalhães authored
-
- Jun 07, 2024
-
-
João Magalhães authored
-
- May 10, 2024
-
-
João Magalhães authored
-
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.
-
João Magalhães authored
Also adds flush operation after writing to file.
-
- Mar 24, 2024
-
-
João Magalhães authored
-
- Mar 23, 2024
-
-
João Magalhães authored
-
João Magalhães authored
There's a new rust stable version.
-
João Magalhães authored
Allows better understanding of the message.
-
- Mar 03, 2024
-
-
João Magalhães authored
More standard support for the `BusComponent` interface.
-
- Feb 25, 2024
-
-
João Magalhães authored
Allows blargg's test ROM to pass.
-
João Magalhães authored
-
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
Clarifies the boot state handling.
-
João Magalhães authored
-
João Magalhães authored
Improved some comments for DMA.
-
João Magalhães authored
-
- Feb 24, 2024
-
-
João Magalhães authored
-
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
-
João Magalhães authored
-
João Magalhães authored
Support for some basic Python testing. Handling of loading error with proper error propagation.
-
João Magalhães authored
Made the testing of the timer work.
-
João Magalhães authored
Also made some initial timer validation.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Including version and complier info.
-
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
-
João Magalhães authored
Converted the `state.rs` into an Error enum version of result.
-
João Magalhães authored
-
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.
-
- Feb 13, 2024
-
-
João Magalhães authored
Contains detailed information about the inner structure.
-