mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-04-04 23:56:35 +02:00
[develop] Additional proofread of the docs (#209)
## Description - Made sure the titles are identical between the index and each of the page's headers. - Removed "Joypad" as it's not a proper word used on N64's public-facing reference documents. - Added some of the writing included on the main branch. - Added code tags to some button names I missed out. - Other uppercasing fixes and nitpicks. ## Motivation and Context Typo fixing, leaving the docs polished to the Nth degree. ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Improvement (non-breaking change that adds a new feature) - [ ] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [x] Documentation Improvement - [ ] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My code follows the code style of this project. - [x] My change requires a change to the documentation. - [x] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed.
This commit is contained in:
parent
d12ed3cdeb
commit
214fbabc4b
@ -3,9 +3,9 @@
|
||||
|
||||
### General
|
||||
- [Initial Setup of an SD Card](./10_getting_started_sd.md)
|
||||
- [Basic Joypad Controls](./11_menu_controls.md)
|
||||
- [Basic Controls](./11_menu_controls.md)
|
||||
- [ROM Configuration](./12_rom_configuration.md)
|
||||
- [Cheats (Gameshark etc.)](./13_datel_cheats.md)
|
||||
- [Cheats (Gameshark, etc.)](./13_datel_cheats.md)
|
||||
- [ROM Patches (Hacks, Fan Translations, etc.)](./14_rom_patches.md)
|
||||
- [Controller PAKs](./15_controller_paks.md)
|
||||
- [Background Images](./16_background_images.md)
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Return to the index](./00_index.md)
|
||||
## Initial Setup of the SD Card
|
||||
## Initial Setup of an SD Card
|
||||
|
||||
### First steps
|
||||
Connect the SD card to your PC and ensure it is properly formatted to be compatible with your flashcart.
|
||||
@ -14,6 +14,7 @@ Connect the SD card to your PC and ensure it is properly formatted to be compati
|
||||
- An SD formatted with 128 kiB cluster size is recommended.
|
||||
- Download the latest `sc64menu.n64` file from the [releases](https://github.com/Polprzewodnikowy/N64FlashcartMenu/releases/) page, then put it in the root directory of your SD card.
|
||||
- Place your ROM files on the SD card, **in any folder except `menu`**.
|
||||
**NOTE:** byteswapped ROM's will increase load times.
|
||||
|
||||
#### Preparations for other supported flashcarts
|
||||
- FAT32 recommended.
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Return to the index](./00_index.md)
|
||||
## Menu Controls
|
||||
## Basic Controls
|
||||
<!-- Could use a sample screenshot of the controller and labels here -->
|
||||
|
||||
#### Fast scroll
|
||||
@ -7,7 +7,7 @@ Press either the `C-Up` or `C-Down` buttons to scroll by pages, rather than by e
|
||||
|
||||
#### N64FlashcartMenu settings
|
||||
Press the `START` button on the browser screen to open the Settings window.
|
||||

|
||||

|
||||
From here you can edit some of the N64FlashcartMenu settings, see information about either the console, the flashcart you are using or N64FlashcartMenu itself, and if your cart has Real-Time Clock (RTC) support, you can also change its date and time.
|
||||
|
||||
#### Browser options
|
||||
|
@ -5,10 +5,9 @@ The N64FlashcartMenu allows overriding the ROM's default configuration that is p
|
||||
|
||||
The internal database is contained within `rom_info.c`.
|
||||
|
||||
The N64FlashcartMenu expects that you are using a flashcart that has an [ultra cic](https://n64brew.dev/wiki/Checking_Integrated_Circuit) available.
|
||||
|
||||
NOTE: Some old ROM hacks may have adjusted the ROM code to manipllate the expected CIC and save type in order to allow compatibility with more available chips (usually 6102) as was used on flashacarts prior to 2018. If it does, you may need to override the internal database using the override settings.
|
||||
The N64FlashcartMenu expects that you are using a flashcart that has an [UltraCIC](https://n64brew.dev/wiki/Checking_Integrated_Circuit) available.
|
||||
|
||||
NOTE: Some old ROM hacks may have adjusted the ROM code to manipulate the expected CIC and save type in order to allow compatibility with more available chips (usually 6102) as was used on flashcarts prior to 2018. If it does, you may need to override the internal database using the override settings.
|
||||
|
||||
If you override the defaults and want to go back to the default ones, delete the `<rom name>.ini` file.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Return to the index](./00_index.md)
|
||||
## Datel/InterAct Cheats
|
||||
## Cheats (Gameshark, etc.)
|
||||
|
||||
The N64FlashcartMenu supports the cheat code types made popular by the peripherals:
|
||||
- GameShark
|
||||
@ -10,7 +10,7 @@ Another product by Blaze, called the Xploder64/Xplorer64 also existed in some re
|
||||
**WARNING**: It is not advised to connect a physical cheat cartridge in conjunction with most flashcarts.
|
||||
|
||||
|
||||
The N64FlashcartMenu can only support cheat codes based on datel carts when also using an Expansion pak.
|
||||
The N64FlashcartMenu can only support cheat codes based on Datel carts when also using an Expansion Pak.
|
||||
|
||||
Caveats:
|
||||
- Something about cheats and expansion paks.
|
||||
|
@ -2,6 +2,6 @@
|
||||
## Background Images
|
||||
|
||||
### How to add a background image
|
||||
First copy an image in .PNG format to anywhere on the SD card. Then when the N64FlashcartMenu is loaded on the N64, browse to the image and then select it to show it on the screen. Press the A Button again to open up the confirmation message, which will ask if you want to set a new background image.
|
||||
First copy an image in .PNG format to anywhere on the SD card. Then when the N64FlashcartMenu is loaded on the N64, browse to the image and then select it to show it on the screen. Press the `A` Button again to open up the confirmation message, which will ask if you want to set a new background image.
|
||||
<!-- Could use a sample screenshot here -->
|
||||
Press the A Button to confirm and set the image as your new background or press the B Button to cancel and return to the image display screen.
|
||||
Press the `A` Button to confirm and set the image as your new background or press the `B` Button to cancel and return to the image display screen.
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Return to the index](./00_index.md)
|
||||
## Game Box Art Images
|
||||
## Game Art Images
|
||||
To use N64 game box art images, place your PNG files within the `sd:/menu/boxart/` folder.
|
||||
|
||||
#### Supported images
|
||||
|
@ -13,7 +13,7 @@ The File Browser allows you to navigate and manage files on your N64 flashcart.
|
||||
### Usage Instructions
|
||||
<!-- Maybe all the Control pages could be merged into this section? -->
|
||||
1. **Navigating Files**:
|
||||
- Use the directional Up and Down buttons (C-Up and C-Down for fast scrolling) to move through the list of files and directories.
|
||||
- Use the directional `Up` and `Down` buttons (`C-Up` and `C-Down` for fast scrolling) to move through the list of files and directories.
|
||||
- Press the `A` Button to open a directory or load a supported file.
|
||||
|
||||
2. **Performing File Operations**:
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Return to the index](./00_index.md)
|
||||
## Real-Time Clock Settings
|
||||
## Date-Time (RTC) Settings
|
||||
|
||||

|
||||
If your flashcart supports the Real-Time Clock (RTC from herein) feature, N64FlashcartMenu has the ability to read and set it.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Return to the index](./00_index.md)
|
||||
## MP3 Player
|
||||
<!-- A screenshot of the MP3 player -->
|
||||
<!-- Needs a screenshot of the MP3 player -->
|
||||
The N64FlashcartMenu includes an MP3 Player that can read MP3 files from the SD Card. At the time of writing, MP3 files must have a sample rate of 44100 Hz or higher.
|
||||
|
||||
Whilst in the menu, select an MP3 file in the File Browser to go to the MP3 Player screen, where the audio playback will begin immediately.
|
||||
|
Loading…
x
Reference in New Issue
Block a user