darwinmac Posted February 22 Share Posted February 22 I know that pressing the Option key will reboot the Atari. That's expected behavior. However, if I forget that I'm using the Fujinet and not my Ultimate Cart, I'll press the letter of the directory to go to that directory. That works on my Ultimate Cart setup. On Fujinet, normally it does nothing. That's fine. However, if I press the "B" key, my Atari will reboot. I've done this a number of times when testing Bible Baseball and the Atari will reboot just as if I pressed the Option key. @tschak909 @mozzwald - Why? Bob C Quote Link to comment Share on other sites More sharing options...
mozzwald Posted February 22 Share Posted February 22 5 minutes ago, darwinmac said: I know that pressing the Option key will reboot the Atari. That's expected behavior. However, if I forget that I'm using the Fujinet and not my Ultimate Cart, I'll press the letter of the directory to go to that directory. That works on my Ultimate Cart setup. On Fujinet, normally it does nothing. That's fine. However, if I press the "B" key, my Atari will reboot. I've done this a number of times when testing Bible Baseball and the Atari will reboot just as if I pressed the Option key. @tschak909 @mozzwald - Why? Bob C B = BOOT, it's just another hotkey to boot. I spose we could remove that since everyone uses OPTION. Interesting comment in the code: case 'B': // Taken from original config. What is that checking for? mount_and_boot(); Quote Link to comment Share on other sites More sharing options...
darwinmac Posted February 22 Author Share Posted February 22 1 minute ago, mozzwald said: B = BOOT, it's just another hotkey to boot. I spose we could remove that since everyone uses OPTION. Interesting comment in the code: case 'B': // Taken from original config. What is that checking for? mount_and_boot(); I thought that might be the case. It only bites me when I forget and try to enter the letter of the folder in order to get into that directory. I know Fujinet doesn't work that way, but I'm used to doing this on Ultimate Cart and I get bit when Fujinet reboots when I was only halfway done setting up the disk slots. However, I don't know if other people use this hotkey. At minimum, it should be on the menu. That would remind me not to press "B". Bob C Quote Link to comment Share on other sites More sharing options...
Schadret Posted February 22 Share Posted February 22 (edited) Ah I love when I forget to take out "questions to myself" when I make them in code 🙂 The original config always had 'B' even though it didn't show it on the screen (https://github.com/FujiNetWIFI/fujinet-config/blob/3d9120b7d48f3a52ceb524a4446d189c72310c8f/src/diskulator_hosts.c#L311) When I first ported things to the new "config-adam" framework I didn't know what everything was doing yet, so I wasn't sure if 'B' was a literal 'B' or if it was a special key or joystick or something.. especially because it wasn't displayed on the screen as an option. Hence the question to myself "what is this checking for?" 🙂 Edited February 22 by Schadret 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.