Adam Gastineau
Adam Gastineau
[trspider_layout.zip](https://github.com/agg23/fpga-gameandwatch/files/12017909/trspider_layout.zip) This should fix that problem at least. I renamed the second to last view to be `"background only (no shadow)"`. I imagine others here have already fixed this layout...
Your command is correct. You should not have to change the names of the artwork file; they're already named `top.png` and `bottom.png`. I'm not really sure what is causing your...
> which cannot be posted here It would be violating the copyright of the original game to post a modified SVG. Thus I cannot endorse any method other than doing...
We have obtained permission from the Squeeze creator to distribute the modified ROM. It can be found [in this comment](https://github.com/agg23/fpga-gameandwatch/issues/11#issuecomment-1614828078)
This is not the correct issue to discuss your problem. Please create a new issue describing what is wrong.
> Can someone please explain what I need to do? I have updated the instructions [in the original post](https://github.com/agg23/fpga-gameandwatch/issues/11#issuecomment-1614828078).
Ah, for clarity, this isn't my bug. This is an issue with certain resolutions and how the Dock is handled in the firmware. This is present across multiple cores, and...
Thanks for the report. You should file this upstream at https://github.com/MiSTer-devel/WonderSwan_MiSTer, as that is likely where the issue lies.
Thanks for the report. You should file this upstream at https://github.com/MiSTer-devel/WonderSwan_MiSTer, as that is likely where the issue lies.
Unless I misunderstood what you said about `status`, you were on the right track: https://github.com/agg23/openfpga-litex/blob/a3fbabc3b37a344ed320b19225f73fabfbb8c309/lang/rust/crates/litex-openfpga/src/file.rs#L56-L68 The `status` bit goes high on completion of an operation, and it’s cleared on read....