Amstrad CPC - lr-caprice32 - Virtual Keyboard
-
In RetroPie we are still on caprice 4.2 which will make the virtual keyboard useable.
Since 3 month version 4.5 is out which supports save states and some buzzing sound (disc drive) and support GX4000 console. But it's not possible to use VirtualKeyboard by pressing Y anymore, only START+SELECT works and this will shutdown emulator.
I wrote the author and suggested a small workaround with R2+START combo. I hope he'll find a much better solution. Issue from March is here
@BuZz to compile this core I still have to use
-std=c99
flag. Do you know more about this? -
@BuZz
I've fixed the Virtual Keyboard problem so far in 4.5 core.
So it may feasable to update core (if you want)
Or do you want to stick to 4.2 version?See PR: https://github.com/libretro/libretro-cap32/issues/61
-
@cyperghost Keyboard is now fixed official. You can set hotkey to {SELECT|B|Y|DISABLED} now
https://github.com/libretro/libretro-cap32/issues/61
Button Shortcuts for keycompo
{ RETRO_DEVICE_ID_JOYPAD_B, // if you change this position, update JOY_EVENT_ID_B { EVENT_WRITE, "CAT\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_Y, // if you change this position, update JOY_EVENT_ID_Y { EVENT_WRITE, "|CPM\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_A, { EVENT_WRITE, "RUN\"DISK\nRUN\"DISC\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_X, { EVENT_WRITE, "|TAPE\nRUN\"\n^" } }, { RETRO_DEVICE_ID_JOYPAD_START, { EVENT_VKEYB, "VKEYB\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_UP, { EVENT_WRITE, "1\nY\n", "PRESSED => 1/Y" } }, { RETRO_DEVICE_ID_JOYPAD_DOWN, { EVENT_WRITE, "2\nN\n", "PRESSED => 2/N" } }, { RETRO_DEVICE_ID_JOYPAD_LEFT, { EVENT_WRITE, "4\nS\n", "PRESSED => 4/S" } }, { RETRO_DEVICE_ID_JOYPAD_RIGHT, { EVENT_WRITE, "3\nJ\n", "PRESSED => 3/J" } },
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.