diff --git a/es-app/assets/Windows_Portable_README.txt b/es-app/assets/Windows_Portable_README.txt
index 3f2fe9590..9a7acd0a9 100644
--- a/es-app/assets/Windows_Portable_README.txt
+++ b/es-app/assets/Windows_Portable_README.txt
@@ -25,6 +25,7 @@ Emulators\RetroArch-Win64\retroarch.exe
Emulators\RetroArch\retroarch.exe
Emulators\AppleWin\AppleWin.exe
Emulators\atari800\atari800.exe
+Emulators\BasiliskII\BasiliskII.exe
Emulators\bsnes\bsnes.exe
Emulators\cemu\Cemu.exe
Emulators\Citra\canary-mingw\citra.exe
@@ -52,6 +53,7 @@ Emulators\redream\redream.exe
Emulators\RPCS3\rpcs3.exe
Emulators\ryujinx\Ryujinx.exe
Emulators\scummvm\scummvm.exe
+Emulators\SheepShaver\SheepShaver.exe
Emulators\snes9x\snes9x-x64.exe
Emulators\Supermodel\Supermodel.exe
Emulators\VBA-M\visualboyadvance-m.exe
diff --git a/resources/systems/macos/es_find_rules.xml b/resources/systems/macos/es_find_rules.xml
index 3a41b5b6d..2cf2aab99 100644
--- a/resources/systems/macos/es_find_rules.xml
+++ b/resources/systems/macos/es_find_rules.xml
@@ -34,6 +34,12 @@
/usr/local/bin/atari800
+
+
+
+ /Applications/BasiliskII.app/Contents/MacOS/BasiliskII
+
+
@@ -170,6 +176,12 @@
/usr/local/bin/scummvm
+
+
+
+ /Applications/SheepShaver.app/Contents/MacOS/SheepShaver
+
+
diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml
index b35337c9a..c51a89524 100644
--- a/resources/systems/macos/es_systems.xml
+++ b/resources/systems/macos/es_systems.xml
@@ -603,8 +603,9 @@
macintosh
Apple Macintosh
%ROMPATH%/macintosh
- .7z .7Z .zip .ZIP
- PLACEHOLDER %ROM%
+ .game .GAME
+ %EMULATOR_BASILISKII% --nogui true
+ %EMULATOR_SHEEPSHAVER% --nogui true
macintosh
macintosh
diff --git a/resources/systems/unix/es_find_rules.xml b/resources/systems/unix/es_find_rules.xml
index 02a0eb122..6346c3241 100644
--- a/resources/systems/unix/es_find_rules.xml
+++ b/resources/systems/unix/es_find_rules.xml
@@ -49,6 +49,20 @@
atari800-jz.atari800
+
+
+
+ BasiliskII
+ net.cebix.basilisk
+
+
+ /var/lib/flatpak/exports/bin/net.cebix.basilisk
+ ~/.local/share/flatpak/exports/bin/net.cebix.basilisk
+ ~/Applications/BasiliskII-x86_64.AppImage
+ ~/.local/bin/BasiliskII-x86_64.AppImage
+ ~/bin/BasiliskII-x86_64.AppImage
+
+
@@ -361,6 +375,17 @@
~/.local/share/flatpak/exports/bin/org.scummvm.ScummVM
+
+
+
+ SheepShaver
+
+
+ ~/Applications/SheepShaver-x86_64.AppImage
+ ~/.local/bin/SheepShaver-x86_64.AppImage
+ ~/bin/SheepShaver-x86_64.AppImage
+
+
diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml
index 2aab92973..f61a91c88 100644
--- a/resources/systems/unix/es_systems.xml
+++ b/resources/systems/unix/es_systems.xml
@@ -609,8 +609,9 @@
macintosh
Apple Macintosh
%ROMPATH%/macintosh
- .7z .7Z .zip .ZIP
- PLACEHOLDER %ROM%
+ .game .GAME
+ %EMULATOR_BASILISKII% --nogui true
+ %EMULATOR_SHEEPSHAVER% --nogui true
macintosh
macintosh
diff --git a/resources/systems/windows/es_find_rules.xml b/resources/systems/windows/es_find_rules.xml
index 3529dae8f..c674b5890 100644
--- a/resources/systems/windows/es_find_rules.xml
+++ b/resources/systems/windows/es_find_rules.xml
@@ -66,6 +66,17 @@
%ESPATH%\..\atari800\atari800.exe
+
+
+
+ BasiliskII.exe
+
+
+ %ESPATH%\Emulators\BasiliskII\BasiliskII.exe
+ %ESPATH%\BasiliskII\BasiliskII.exe
+ %ESPATH%\..\BasiliskII\BasiliskII.exe
+
+
@@ -388,6 +399,17 @@
%ESPATH%\..\scummvm\scummvm.exe
+
+
+
+ SheepShaver.exe
+
+
+ %ESPATH%\Emulators\SheepShaver\SheepShaver.exe
+ %ESPATH%\SheepShaver\SheepShaver.exe
+ %ESPATH%\..\SheepShaver\SheepShaver.exe
+
+
diff --git a/resources/systems/windows/es_find_rules_portable.xml b/resources/systems/windows/es_find_rules_portable.xml
index 6a3d5b0c7..d58bba174 100644
--- a/resources/systems/windows/es_find_rules_portable.xml
+++ b/resources/systems/windows/es_find_rules_portable.xml
@@ -39,6 +39,14 @@
%ESPATH%\..\atari800\atari800.exe
+
+
+
+ %ESPATH%\Emulators\BasiliskII\BasiliskII.exe
+ %ESPATH%\BasiliskII\BasiliskII.exe
+ %ESPATH%\..\BasiliskII\BasiliskII.exe
+
+
@@ -253,6 +261,14 @@
%ESPATH%\..\scummvm\scummvm.exe
+
+
+
+ %ESPATH%\Emulators\SheepShaver\SheepShaver.exe
+ %ESPATH%\SheepShaver\SheepShaver.exe
+ %ESPATH%\..\SheepShaver\SheepShaver.exe
+
+
diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml
index e92339127..f84acfc93 100644
--- a/resources/systems/windows/es_systems.xml
+++ b/resources/systems/windows/es_systems.xml
@@ -607,8 +607,9 @@
macintosh
Apple Macintosh
%ROMPATH%\macintosh
- .7z .7Z .zip .ZIP
- PLACEHOLDER %ROM%
+ .game .GAME
+ %EMULATOR_BASILISKII% --nogui true
+ %EMULATOR_SHEEPSHAVER% --nogui true
macintosh
macintosh