- BIOS EPROM: AT27C1024-70PU-ND (OTP, non-eraseable)
- Test/service Switches:
- Main Power Switch:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/local/bin/bash | |
| # Run with | |
| # ./beatsaver_dl XXXX | |
| # Where XXXX is key from beatsaver.com list. e.g. for the fantastic song, | |
| # Butterfly: https://beatsaver.com/beatmap/417c the key is 417c. | |
| # ./beatsaver_dl 417c | |
| # Will download and unpack the files to a folder named: 'Butterfly [DDRMIX] - SMILEdk' | |
| # | |
| # Requires, wget, unzip, and jq binaries to be in PATH |