Konrad Beckmann
Konrad Beckmann
GCC 11 updated its default c++ standard from 11 to 17 which caused issues related to std::byte among other things. I made it build by specifying -std=c++11. I also renamed...
When using csr.Multiplexer with a data width greater than 8, writes should be performed when chunk_addr is matched to the start of a chunk. I came across this when using...
Look at https://github.com/pdaxrom/usb2n64-adapter License is compatible.
Depending on the ROM, the appropriate CIC chip needs to be emulated, as well as the correct region. - Figure out the details around this - Can we detect the...