rgy icon indicating copy to clipboard operation
rgy copied to clipboard

No-std cross-platform Rust GameBoy emulator library

Results 14 rgy issues
Sort by recently updated
recently updated
newest added

* Remove unnecessary interior mutability * Update component hierarchy * CPU contains MMU * MMU contains all the I/O devices * IRQ is shared among the I/O devices * MMU...

Can implement it in Hardware impl. Run upto a certain iteration, then check serial console outputs.

enhancement

Bumps [minifb](https://github.com/emoon/rust_minifb) from 0.12.0 to 0.27.0. Changelog Sourced from minifb's changelog. Changelog This project follows semantic versioning. v0.27 (2024-05-20) [fixed] Temporary fix for struct layout issue on Windows. v0.26 (2024-05-11)...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.210. Release notes Sourced from serde's releases. v1.0.210 Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch) Make...

dependencies

Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. Release notes Sourced from quinn-proto's releases. quinn-proto 0.11.5 What's Changed No workspace lints by @​Ralith in quinn-rs/quinn#1955 quinn-proto 0.11.4 What's Changed Fix panic in...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6. Changelog Sourced from regex's changelog. 1.10.6 (2024-08-02) This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern...

dependencies

Bumps [cpal](https://github.com/rustaudio/cpal) from 0.9.0 to 0.15.3. Changelog Sourced from cpal's changelog. Version 0.15.3 (2024-03-04) Add try_with_sample_rate, a non-panicking variant of with_sample_rate. struct platform::Stream is now #[must_use]. enum SupportedBufferSize and struct...

dependencies

Somehow the new version of minifb doesn't have window frame in my local ubuntu https://github.com/YushiOMOTE/rgy/pull/25

Build is failing in new tera https://github.com/YushiOMOTE/rgy/pull/34