3.6.1: Difference between revisions

From vice-emu
Jump to navigation Jump to search
(Created page with "We have some regressions and annoying bug in 3.6 that should be fixed ASAP in a 3.6.1 service release * Monitor window and position can not be saved/restored (fixed in trunk)...")
 
mNo edit summary
Line 2: Line 2:


* Monitor window and position can not be saved/restored (fixed in trunk)
* Monitor window and position can not be saved/restored (fixed in trunk)


* hotkeys are broken on macOS.
* hotkeys are broken on macOS.
** the hotkey editor needs to be fixed
** the hotkey editor needs to be fixed
** we should provide an alternative hotkey file that has the hotkeys defined for "command+key" instead of "option+key" (which equals alt+key)
** we should provide an alternative hotkey file that has the hotkeys defined for "command+key" instead of "option+key" (which equals alt+key)


* joystick default mappings are screwed up at least on windows
* joystick default mappings are screwed up at least on windows
Line 11: Line 13:
** apparently in windows the "hat" controller (dpad) was mapped to joystick before (now unmapped). this needs to be fixed and made the default again
** apparently in windows the "hat" controller (dpad) was mapped to joystick before (now unmapped). this needs to be fixed and made the default again
*** we should try to find out if other controllers follow the axis assignments as used for ps3 and xbox controllers, if so we can use that as default
*** we should try to find out if other controllers follow the axis assignments as used for ps3 and xbox controllers, if so we can use that as default
* some macOS specific documentation should be added that explains how to use the binaries from commandline
== links ==
* https://csdb.dk/forums/?roomid=12&topicid=154211
* https://www.forum64.de/index.php?thread/121819-new-release-vice-3-6-non-official/
* https://www.lemon64.com/forum/viewtopic.php?t=79034
* http://sleepingelephant.com/ipw-web/bulletin/bb/viewtopic.php?f=14&t=10299

Revision as of 21:55, 26 December 2021

We have some regressions and annoying bug in 3.6 that should be fixed ASAP in a 3.6.1 service release

  • Monitor window and position can not be saved/restored (fixed in trunk)


  • hotkeys are broken on macOS.
    • the hotkey editor needs to be fixed
    • we should provide an alternative hotkey file that has the hotkeys defined for "command+key" instead of "option+key" (which equals alt+key)


  • joystick default mappings are screwed up at least on windows
    • we should make sure at least buttons 1,2,3 are mapped to fire 1,2,3 (all other buttons to fire 1)
    • apparently in windows the "hat" controller (dpad) was mapped to joystick before (now unmapped). this needs to be fixed and made the default again
      • we should try to find out if other controllers follow the axis assignments as used for ps3 and xbox controllers, if so we can use that as default


  • some macOS specific documentation should be added that explains how to use the binaries from commandline


links