On 02/28/13 00:08, Vincent Rivière wrote:
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 */ # endifIs 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.
Do you mean that you made MAGIC_SHIFT 0x2 on ARAnyM as well and it worked ?Or the code as is and you pressed the left shift key and it worked on ARAnyM ?
Alan.