Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blog:sega_saturn_rmenu_setup [2020/06/27 09:22] – [Testing My Menu Builder] john | blog:sega_saturn_rmenu_setup [2020/06/27 11:39] (current) – [Testing My Menu Builder] john | ||
---|---|---|---|
Line 191: | Line 191: | ||
{{: | {{: | ||
+ | === Numbers!!! === | ||
+ | |||
+ | Turns out the problem was easier to fix than I thought: | ||
+ | |||
+ | The instructions for the Rhea state: | ||
+ | |||
+ | > Every image must be put in a separate folder | ||
+ | > Folder names must consist of: | ||
+ | > 2 digits for 01 to 99 | ||
+ | > 3 digits up to 999 | ||
+ | > 4 digits up to 9999 | ||
+ | > All file names must have correct extension | ||
+ | |||
+ | I had assumed that as I had >100 images, all folders needed to be three digits - that isn't the case: | ||
+ | |||
+ | * The first 100 folders (0-99) have two digits | ||
+ | * The next 899 folders (100-999) have three digits | ||
+ | * The next 8999 folders (1000-9999) have four digits | ||
+ | |||
+ | All I needed to do was rename the first 99 folders to be 01-99, instead of 001-099. [[https:// | ||
+ | |||
+ | And it works: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Advanced Mods ===== | ||
+ | |||
+ | The Rhea has an optional function that enables it to change the video mode of the Saturn from 50Hz to 60Hz (or vice-versa) depending on the region of the disc image that is loaded. | ||
+ | |||
+ | By default you don't need to do this, but: | ||
+ | |||
+ | * Some titles may not play correctly at the wrong video mode | ||
+ | * You won't see NTSC (US/Japan) titles at full speed | ||
+ | |||
+ | I'd never enabled this functionality with my Rhea, but since everything is now working, this is the next task. |