thecrazyboy / mist-board

Automatically exported from code.google.com/p/mist-board
0 stars 0 forks source link

Keypad +/- shortcuts for adding and removing emulated drives doesn't work. #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch the Minimig core
2. Open the OSD with F12
3. press + or - on the numeric keypad

What is the expected output? What do you see instead?
This should add or remove an emulated floppy drive to the core.
Instead, nothing at all happens.

Original issue reported on code.google.com by robinso...@gmail.com on 9 Aug 2013 at 5:09

GoogleCodeExporter commented 8 years ago
Presumably this is a side-effect of the changes made in keyboard architecture 
for USB support, and the requisite keystrokes aren't making it as far as the 
menu-handling code.  I will investigate soon.

Original comment by robinso...@gmail.com on 9 Aug 2013 at 5:12

GoogleCodeExporter commented 8 years ago
Tracked this down to the removal of ctrl-alt-kp+/- shortcuts for turbo mode.  
Reinstated recognition of these keys for adding and removing drives.
Added support for the previously-unmapped KPEnter key while I was at it.
Beta binary firmware can be found here:
http://code.google.com/p/mist-board/source/browse/trunk/bin/firmware/beta/firmwa
re_130810_keypadfixes.upg

Original comment by robinso...@gmail.com on 10 Aug 2013 at 10:57