mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-12-03 19:35:38 +00:00
(Windows) Added BeebEm standalone as an alternative emulator for the bbcmicro system
This commit is contained in:
parent
6f59a815ad
commit
37180e2e37
|
@ -51,6 +51,7 @@ Emulators\ArcadeFlashWeb\ArcadeFlashWeb.exe
|
|||
Emulators\ares\ares.exe
|
||||
Emulators\atari800\atari800.exe
|
||||
Emulators\BasiliskII\BasiliskII.exe
|
||||
Emulators\BeebEm\BeebEm.exe
|
||||
Emulators\BigPEmu\BigPEmu.exe
|
||||
Emulators\bsnes\bsnes.exe
|
||||
Emulators\cemu\Cemu.exe
|
||||
|
|
|
@ -135,6 +135,16 @@
|
|||
<entry>%ESPATH%\..\Emulators\BasiliskII\BasiliskII.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BEEBEM">
|
||||
<!-- Acorn Computers BBC Micro emulator BeebEm -->
|
||||
<rule type="systempath">
|
||||
<entry>BeebEm.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\BeebEm\BeebEm.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\BeebEm\BeebEm.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BIGPEMU">
|
||||
<!-- Atari Jaguar emulator BigPEmu -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -86,6 +86,13 @@
|
|||
<entry>%ESPATH%\..\Emulators\BasiliskII\BasiliskII.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BEEBEM">
|
||||
<!-- Acorn Computers BBC Micro emulator BeebEm -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\BeebEm\BeebEm.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\BeebEm\BeebEm.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BIGPEMU">
|
||||
<!-- Atari Jaguar emulator BigPEmu -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -326,6 +326,7 @@
|
|||
<path>%ROMPATH%\bbcmicro</path>
|
||||
<extension>.dsd .DSD .img .IMG .ssd .SSD .7z .7Z .zip .ZIP</extension>
|
||||
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\bbcmicro bbcb -autoboot_delay "2" -autoboot_command "*cat\n\n*exec !boot\n" -analogue acornjoy -flop1 %ROM%</command>
|
||||
<command label="BeebEm (Standalone)">%EMULATOR_BEEBEM% %INJECT%=%BASENAME%.commands -FullScreen %ROM%</command>
|
||||
<platform>bbcmicro</platform>
|
||||
<theme>bbcmicro</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue