Jeroen Domburg
Jeroen Domburg
It would be nice if this function could be used outside the internals of notcurses as well, as it may be useful to figure out how many bytes an EGC...
At this moment, sprites are always drawn as the top layer, that is, over everything else. It would be nice if this was selectable, so we can have e.g. the...
For instance https://github.com/charcole/NeoGeoHDMI has support for audio, we can see if we can use that, or at least the audio islet generator. That should give a more HiFi sound.
There's a 2nd, fully functional RiscV CPU in the SoC. At the moment, it's not really usable as the software does not support it. - [ ] Create code to...
Need to figure out: - Sprites: when enabled (and possibly scaled), they mess up the first column of the LCD. Possibly related: when scaling sprites, there's sometimes extra crap drawn...
Possibly because apps don't poll USB by default. Perhaps we should disconnect and reconnect running app, or find some way to guarantee USB stays alive?
Seems Vexriscv by default has a 'simple' Ibus/Dbus implementation to fetch instructions and read/write data. What are the semantics of this bus? It seems AXI-like, but I cannot really find...
FYI, I see you only dump one version of the ROM with esptool. I'm not sure if it makes any difference in the emulation, but just fyi: the version of...