Adam Gastineau

Results 241 comments of Adam Gastineau

@eugenehp It sounds like you might have built something incorrectly. Since you're using `cargo` directly, are you sure you've selected the newly built toolchain with `rustup`? If you run (note,...

Is there a recommended way for testing a no `libc` target? I previously was testing static libraries generated with a `rustc` built with my `libc` PR, so I know the...

``` Compiling compiletest v0.0.0 (/checkout/src/tools/compiletest) error: unexpected `cfg` condition value: `xros` --> src/tools/compiletest/src/raise_fd_limit.rs:7:74 | 7 | #[cfg(any(target_os = "macos", target_os = "ios", target_os = "watchos", target_os = "xros"))] | |...

> The LLVM, clang, and lld triples are called `xros` and `xros-simulator`. (Some layers also accept a `visionos`alias, but from what I can tell not all - e.g. [llvm/llvm-project@b0bae44](https://github.com/llvm/llvm-project/commit/b0bae445176d30a3fa577d30c21f36dad61003b8)). `xros`...

Interesting. I think this is the first confirmed discrepancy against MiSTer. By the way, please don't upload or link to copyrighted content. I removed your original link. Since it's audio,...

By static, do you mean there was some garbage static audio? Not the screen was full of static?

I need to look into this more, but I wanted to note that I have also confirmed the audio issue. Working on MiSTer, nothing on Pocket.

I actually had forgotten about this feature. Unfortunately it's non-trivial, and the NES core is completely out of space in which to implement it. I would be surprised to see...

That's interesting. What platform are you running on? I wonder if the types are differently sized or something. SwiftNES is not exactly a supported emulator; it was an experiment from...

That's really weird. That's the first I've heard of something like this, and I don't see any similar mentions for the MiSTer core. Both of those games don't use special...