Add files via upload

This commit is contained in:
Takiiiiiiii
2022-01-11 05:33:27 -08:00
committed by GitHub
parent 46f4c653e3
commit 4796e7d024
8 changed files with 36 additions and 0 deletions

BIN
Emu/MD/PicoDrive Normal file

Binary file not shown.

12
Emu/MD/config.json Normal file
View File

@ -0,0 +1,12 @@
{
"label":"MD",
"icon":"ic-MD.png",
"iconsel":"",
"launch":"launch.sh",
"rompath":"../../Roms/sega",
"imgpath":"../../Imgs/MD",
"useswap":0,
"shortname":0,
"hidebios":0,
"extlist":"gen|md|smd|32x"
}

BIN
Emu/MD/ic-MD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

6
Emu/MD/launch.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo $0 $*
progdir=`dirname "$0"`
homedir=`dirname "$1"`
cd $progdir
HOME=$homedir $progdir/PicoDrive "$1"

12
Emu/MS/config.json Normal file
View File

@ -0,0 +1,12 @@
{
"label":"MS",
"icon":"ic-SMS.png",
"iconsel":"",
"launch":"launch.sh",
"rompath":"../../Roms/sega/ms",
"imgpath":"../../Imgs/MS",
"useswap":0,
"shortname":0,
"hidebios":0,
"extlist":"sms|rom|gg|sg"
}

BIN
Emu/MS/ic-SMS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

6
Emu/MS/launch.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo $0 $*
progdir=`dirname "$0"`
homedir=`dirname "$1"`
cd $progdir
HOME=$homedir $progdir/sms.elf "$1"

BIN
Emu/MS/sms.elf Normal file

Binary file not shown.