Enough space for your ROMs
+Flashcart embeds 64 MiB of fast SDRAM memory, with additional 14 MiB available from the + flash memory, totaling up to 78 MiB - more than biggest known retail ROMs.
+diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1e01ab..9f806d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,3 +128,15 @@ jobs: with: files: | sw/deployer/package/${{ matrix.package-name }}-${{ steps.version.outputs.replaced }}.${{ matrix.package-extension }} + + publish-website: + runs-on: ubuntu-latest + + steps: + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + if: github.ref == 'refs/heads/main' + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./web + cname: summercart64.dev diff --git a/web/features.html b/web/features.html new file mode 100644 index 0000000..3f623ff --- /dev/null +++ b/web/features.html @@ -0,0 +1,172 @@ + + + +
+ +Flashcart embeds 64 MiB of fast SDRAM memory, with additional 14 MiB available from the + flash memory, totaling up to 78 MiB - more than biggest known retail ROMs.
+Both microSD card slot and USB port operate at peak speed of ~23.8 MiB/s. Even largest + retail ROMs (64 MiB) can be loaded in just couple of seconds.
+Every known save type found in the retail games is supported. Saves are automatically flushed to + the microSD card (or via USB with PC app attached) during gameplay - no reset button press is + necessary!
+Forget about 64DD ROM conversions - SummerCart64 can play disk dumps directly!
+SummerCart64 supports every N64 console regardless of its region. NTSC/PAL switching is done + automatically and last detected region is stored inside NVRAM.
+Browse, run and manage your game library right on the N64 console with the N64FlashcartMenu - a dedicated menu software for + the SummerCart64.
+Powerful, and yet simple, sc64deployer
+ app greatly enhances developer user experience.
SummerCart64 was born as a device for homebrew development first. As a consequence it + incorporates many features to ease development of your own games:
+SummerCart64 project is completely open source - you can modify and build upon it freely as long + as GNU GPLv3 license terms are satisfied.
+printf
+ only)