diff --git a/recipes-emulators/mame/mame.bb b/recipes-emulators/mame/mame.bb index 16e6fa6..5315b77 100644 --- a/recipes-emulators/mame/mame.bb +++ b/recipes-emulators/mame/mame.bb @@ -8,6 +8,7 @@ SRC_URI = " \ git://github.com/mamedev/mame.git \ file://no-upstream/0001-pokey-Make-step_one_clock-inline.patch \ file://mame.desktop \ + file://mame32k.desktop \ " PV = "0220" SRCREV = "c5c5723b9d5c19220825eaaebf4eb12e2f452a7a" @@ -103,6 +104,7 @@ do_install() { # misc install -d ${D}${datadir}/applications install -m 644 ${WORKDIR}/mame.desktop ${D}${datadir}/applications + install -m 644 ${WORKDIR}/mame32k.desktop ${D}${datadir}/applications pushd artwork find -type d -exec install -d ${D}${datadir}/${BPN}/artwork/{} \; diff --git a/recipes-emulators/mame/mame/mame32k.desktop b/recipes-emulators/mame/mame/mame32k.desktop new file mode 100644 index 0000000..ba1f250 --- /dev/null +++ b/recipes-emulators/mame/mame/mame32k.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Mame (32k RAM) +Comment=MAME is a multi-purpose emulation framework +Exec=mame -ramsize 32k +Icon=MAMElogo.svg +Terminal=false +StartupNotify=false +Categories=Game