/usb2snes-uploader

A simple file upload utility for the usb2snes sd2snes firmware

Primary LanguagePythonMIT LicenseMIT

usb2snes-uploader

A simple file upload utility for the usb2snes sd2snes firmware.

Usage

To upload a file to the usb2snes:

> usb2snes-uploader.py Castle_Platformer.sfc /games/Castle_Platformer.sfc

To upload a file to the usb2snes inside the /games directory:

> usb2snes-uploader.py Castle_Platformer.sfc -d /games

To upload a file to a usb2snes inside the /games directory and then boot it:

> usb2snes-uploader.py -b Castle_Platformer.sfc -d /games

Note for Windows users: If a command prompt window flashes and immediately exits, specify "python3" before "usb2snes-uploader.py" on the command line

Requirements

Copyright

Copyright (c) 2020, Marcus Rowe (undisbeliever)

Distributed under the MIT License (MIT), see LICENSE for details.