Manuel Alfayate Corchete
Manuel Alfayate Corchete
Standalone is also affected.
> Thanks for the report, I hope to release a new version soon that should address this. I have no words for your work on the MSX core, and this...
This is no more a bug with current SDL2 versions, it was fixed in SDL2 so no workarounds are needed: https://github.com/libsdl-org/SDL/issues/11289 @tokyo4j Thanks for your work and investigation of this!...
> Hi [@vanfanel](https://github.com/vanfanel) , the F12 key is something special in the Fpga companion fw. you will need a customization in that. never tried before but you can transfer the...
> Does that keyboard have a different key you could re-purpose? Maybe some rarely used one? Or a long press on restore or the like? That could be done inside...
Thanks for thinking this alongside me, guys! But the solution may be a tad easier. On GNU/Linux, as I said, the "pound" key sends `keycode 20 (keysym 0x27, apostrophe)` right...
> [@vanfanel](https://github.com/vanfanel) , for the C64 the mapping is already (ST and Amiga too) part of the core nowadays. I think the special F12 handling is part of the compansion...
> [@vanfanel](https://github.com/vanfanel) , please have a look to hid.c and search for // F12 toggles the OSD state. Therefore F12 must never be forwarded to get an idea > >...
@vossstef Well, latest commit from March 3 doesn't build: ``` /home/manuel/src/bouffalo/bouffalo_sdk/components/usb/cherryusb/class/vendor/net/usbh_asix.c:18:103: error: 'CONFIG_USBHOST_ASIX_ETH_MAX_TX_SIZE' undeclared here (not in a function); did you mean 'CONFIG_USBHOST_PSC_STACKSIZE'? 18 | static USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_asix_rx_buffer[CONFIG_USBHOST_ASIX_ETH_MAX_TX_SIZE];...
@vossstef I am using: https://github.com/bouffalolab/toolchain_gcc_t-head_linux.git https://github.com/harbaum/bouffalo_sdk.git to build: https://github.com/harbaum/FPGA-Companion.git Latest GIT code in https://github.com/harbaum/FPGA-Companion.git DOES build correctly, but does not work with the latest core in https://github.com/vossstef/tang_nano_20k_c64/releases What I need...