RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Amstrad CPC - lr-caprice32 - Virtual Keyboard

    Scheduled Pinned Locked Moved Help and Support
    virtualkeyboardamstrad
    3 Posts 1 Posters 980 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • cyperghostC
      cyperghost
      last edited by cyperghost

      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?

      cyperghostC 1 Reply Last reply Reply Quote 2
      • cyperghostC
        cyperghost @cyperghost
        last edited by cyperghost

        @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

        cyperghostC 1 Reply Last reply Reply Quote 0
        • cyperghostC
          cyperghost @cyperghost
          last edited by cyperghost

          @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" } },
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          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.