diff --git a/README.md b/README.md index 500e4088..b331bb24 100644 --- a/README.md +++ b/README.md @@ -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+) See: [here](https://github.com/Polprzewodnikowy/SummerCart64/blob/v2.18.0/docs/00_quick_startup_guide.md#firmware-backupupdate) - #### From the devcontainer It is not currently possible to directly communicate with USB devices. 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`. +### 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 * Add the required file to the correct folder on your SD card. # 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. # Generate documentation