Skip to content

Instantly share code, notes, and snippets.

@kbembedded
kbembedded / neoMVS-digikey-partslist.md
Created October 6, 2020 20:13
Neo Geo MVS Misc parts

Digi-Key replacement part numbers

  • BIOS EPROM: AT27C1024-70PU-ND (OTP, non-eraseable)
  • Test/service Switches:
  • Main Power Switch:
@kbembedded
kbembedded / beatsaver_dl.sh
Last active February 26, 2022 22:40
Download, cleanly name, and unpack songs from beatsaver. Their zip files are normally a <hash>.zip, and Beat Saber mods area a pain in the ass. I just wanted custom songs.
#!/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