(Windows) Added BeebEm standalone as an alternative emulator for the bbcmicro system

This commit is contained in:
Leon Styhre 2024-11-26 21:24:57 +01:00
parent 6f59a815ad
commit 37180e2e37
4 changed files with 19 additions and 0 deletions

View file

@ -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

View file

@ -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">

View file

@ -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">

View file

@ -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>