Skip to content

Instantly share code, notes, and snippets.

View squidrpi's full-sized avatar

squidrpi

  • UK
View GitHub Profile
@squidrpi
squidrpi / mist.ini
Created February 26, 2021 11:37
mist.ini for Arcade cores & iBuffalo SNES controller
[mist]
;(D-Pad, A/B/X/Y, SELECT coin, START player 1, Y+A OSD)
joy_key_map=1000,29 ;L2 to ESC
joy_key_map=2000,3A ;R2 to F1
joystick_remap=0583,2060,1,2,4,8,10,20,40,80,400,800,1000,2000
;Mappings for below
;A B SEL STRT X Y L R
;10 20 40 80 100 200 400 800
@squidrpi
squidrpi / neogeo_rename.sh
Last active June 12, 2023 09:51
Neogeo rename 32MB & 64MB roms
#!/bin/bash
ROMLIST=$"2020bb_2020 Super Baseball
2020bba_2020 Super Baseball (set 2)
2020bbh_2020 Super Baseball (set 3)
3countb_3 Count Bout
alpham2_Alpha Mission II
alpham2p_Alpha Mission II (prototype)
androdun_Andro Dunos
aodk_Aggressors of Dark Kombat
@squidrpi
squidrpi / linux_sync
Last active December 24, 2023 03:29
MIST FPGA update scripts
#!/bin/bash
# Pass directory to sync to SD card as parameter 1
# Mounts & syncs any directory in current directory
# to an SD card that is named the same as the directory.
# Also sets special file settings on the SD card so that
# MIST displays them correctly.
if [ $USER != root ]; then
echo "Must be run as root!"
exit 1