mirror of
https://github.com/Takiiiiiiii/Miyoo-Mini.git
synced 2025-07-17 08:46:39 +00:00
Add files via upload
This commit is contained in:
BIN
Emu/MD/PicoDrive
Normal file
BIN
Emu/MD/PicoDrive
Normal file
Binary file not shown.
12
Emu/MD/config.json
Normal file
12
Emu/MD/config.json
Normal 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
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
6
Emu/MD/launch.sh
Normal 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
12
Emu/MS/config.json
Normal 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
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
6
Emu/MS/launch.sh
Normal 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
BIN
Emu/MS/sms.elf
Normal file
Binary file not shown.
Reference in New Issue
Block a user