diff --git a/Emu/MD/PicoDrive b/Emu/MD/PicoDrive new file mode 100644 index 0000000..8ebe229 Binary files /dev/null and b/Emu/MD/PicoDrive differ diff --git a/Emu/MD/config.json b/Emu/MD/config.json new file mode 100644 index 0000000..8818908 --- /dev/null +++ b/Emu/MD/config.json @@ -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" +} diff --git a/Emu/MD/ic-MD.png b/Emu/MD/ic-MD.png new file mode 100644 index 0000000..d289c44 Binary files /dev/null and b/Emu/MD/ic-MD.png differ diff --git a/Emu/MD/launch.sh b/Emu/MD/launch.sh new file mode 100644 index 0000000..bee879c --- /dev/null +++ b/Emu/MD/launch.sh @@ -0,0 +1,6 @@ +#!/bin/sh +echo $0 $* +progdir=`dirname "$0"` +homedir=`dirname "$1"` +cd $progdir +HOME=$homedir $progdir/PicoDrive "$1" diff --git a/Emu/MS/config.json b/Emu/MS/config.json new file mode 100644 index 0000000..56bd7d1 --- /dev/null +++ b/Emu/MS/config.json @@ -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" +} diff --git a/Emu/MS/ic-SMS.png b/Emu/MS/ic-SMS.png new file mode 100644 index 0000000..bfc1549 Binary files /dev/null and b/Emu/MS/ic-SMS.png differ diff --git a/Emu/MS/launch.sh b/Emu/MS/launch.sh new file mode 100644 index 0000000..e4b2a39 --- /dev/null +++ b/Emu/MS/launch.sh @@ -0,0 +1,6 @@ +#!/bin/sh +echo $0 $* +progdir=`dirname "$0"` +homedir=`dirname "$1"` +cd $progdir +HOME=$homedir $progdir/sms.elf "$1" diff --git a/Emu/MS/sms.elf b/Emu/MS/sms.elf new file mode 100644 index 0000000..83aa1ba Binary files /dev/null and b/Emu/MS/sms.elf differ