From 7a2e86782b629426932a5f7660032d3526e7bf30 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 10 Mar 2025 21:08:50 +0000 Subject: [PATCH] Improve docs for 64DD disks. --- CHANGELOG.md | 2 ++ docs/32_menu_settings.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2930b56b..3701137d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ built from latest commit on main branch. - **New Features** - Introduced tabs in main menu for ROM favorites and recently played ROM history. + - Introduced first run check to ensure users are aware of latest changes. - BETA_FEATURE: Introduces ROM descriptions from files. - BETA_FEATURE: Enabled setting for fast ROM reboots on the SC64. - Add macOS metadata to hidden files. @@ -38,6 +39,7 @@ built from latest commit on main branch. ### Current known Issues * The RTC UI requires improvement (awaiting UI developer). * Menu sound FX may not work properly when a 64 Disk Drive is also attached (work around: turn sound FX off). +* Fast Rebooting a 64DD disk once will result in a blank screen. Twice will return to menu. This is expected until disk swapping is implemented. ## Release Notes 2025-01-10 diff --git a/docs/32_menu_settings.md b/docs/32_menu_settings.md index 82d639d8..a3941d8b 100644 --- a/docs/32_menu_settings.md +++ b/docs/32_menu_settings.md @@ -17,4 +17,5 @@ The menu has default sound effects to improve the user experience. This setting ### Fast ROM reboots Certain flashcarts support the ability to use the N64 `RESET` button for re-loading the last game, rather than returning to the menu. When enabled (and if supported by your flashcart), the power switch must be toggled to return to the menu. NOTE: if a USB cable is connected, the last game may continue to be re-loaded. +Fast Rebooting a 64DD disk once will result in a blank screen. Twice will return to menu. This is expected until disk swapping is implemented. This setting is OFF by default.