Álvaro Lopes

Results 23 comments of Álvaro Lopes

Thanks for your feedback Matthijs. I do have another option, which is to sligtly modify the compiler to output the "fatal error" string. I may do that just to be...

I am redesigning the internal communication on the FPGA due to some "lost" USB transactions, which I suspect might affect detection of USB devices sometimes. Still, might be the list...

Some of these are partially implemented, like wifi menu, but hidden at this stage. I think it's probably better to split this issue to better manage the changes.

Don't you want to pick up this one ? I think most JSON is already there.

This is intimately linked to the quick snapshot feature. My idea for the file naming is to in a first instance (i.e., first activation after a ZX Spectrum reset [not...

Will integrate what we have so far. And add some examples.

The FPGA we use does not have SERDES blocks, so the speed is quite limited (should top at 300Mbps), which is not much for HDMI. Note that signals are 10b...

I am sorry, but I disagree with #pragma usage, which is a non-portable compiler extension. The most portable and standartized way is to use ifdef/define/endif as already present in the...

The menu subsystem now handles Joystick events, apart from Joy button 2.

Definitely, it should return the IP address in there. I'll change it as per your proposal