mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +01:00
Add ares emulator support to readme
Fix libdragon branch used.
This commit is contained in:
parent
4995fe55e1
commit
4bcaced461
@ -112,7 +112,6 @@ You can use a dev container in VSCode to ease development.
|
|||||||
Make sure that your firmware is compatible (currently v2.18.0+)
|
Make sure that your firmware is compatible (currently v2.18.0+)
|
||||||
See: [here](https://github.com/Polprzewodnikowy/SummerCart64/blob/v2.18.0/docs/00_quick_startup_guide.md#firmware-backupupdate)
|
See: [here](https://github.com/Polprzewodnikowy/SummerCart64/blob/v2.18.0/docs/00_quick_startup_guide.md#firmware-backupupdate)
|
||||||
|
|
||||||
|
|
||||||
#### From the devcontainer
|
#### From the devcontainer
|
||||||
It is not currently possible to directly communicate with USB devices.
|
It is not currently possible to directly communicate with USB devices.
|
||||||
BUT, as a work around you can use a proxy TCP/IP connection
|
BUT, as a work around you can use a proxy TCP/IP connection
|
||||||
@ -134,13 +133,18 @@ The ROM can be found in the `output` directory.
|
|||||||
|
|
||||||
NOTE: a "release" version of the SC64 menu is called `sc64menu.n64` and can be created for when you want to add it directly to the SDCard. This is generated by running `make all` or running `make sc64`.
|
NOTE: a "release" version of the SC64 menu is called `sc64menu.n64` and can be created for when you want to add it directly to the SDCard. This is generated by running `make all` or running `make sc64`.
|
||||||
|
|
||||||
|
### Ares Emulator
|
||||||
|
For ease of development and debugging, the menu ROM is able to run in the Ares emulator (without most flashcart features).
|
||||||
|
|
||||||
|
* Ensure you have the Ares emulator on you computer.
|
||||||
|
* Load the `N64FlashcartMenu.n64` ROM.
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
* Add the required file to the correct folder on your SD card.
|
* Add the required file to the correct folder on your SD card.
|
||||||
|
|
||||||
|
|
||||||
# Update Libdragon submodule
|
# Update Libdragon submodule
|
||||||
This repo currently uses the `unstable` branch as a submodule at a specific commit.
|
This repo currently uses the `preview` branch as a submodule at a specific commit.
|
||||||
To update to the latest version, use `git submodule update --remote ` from the terminal.
|
To update to the latest version, use `git submodule update --remote ` from the terminal.
|
||||||
|
|
||||||
# Generate documentation
|
# Generate documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user