[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Hold down the SHIFT key to enter menu
Hello.
When FreeMiNT startups, it displays:
"Hold down the SHIFT key to enter menu"
I see in sys/bootmenu.c:
/* if the user is holding down the magic shift key, we ask before booting */
# ifdef ARANYM
# define MAGIC_SHIFT 0x1 /* right shift (left does not work) */
# else
# define MAGIC_SHIFT 0x2 /* left shift */
# endif
Is there any good reason to use a different shift key on ARAnyM? That's
confusing.
I tried the left shift on ARAnyM and it worked. Probably an old bug.
--
Vincent Rivière