(Android) Added support for the adam system

This commit is contained in:
Leon Styhre 2024-02-11 12:45:25 +01:00
parent e9f11f2ddf
commit 31c66dd0a3
2 changed files with 9 additions and 2 deletions

View file

@ -45,6 +45,13 @@
<entry>org.citra.emu/.ui.EmulationActivity</entry>
</rule>
</emulator>
<emulator name="COLEM">
<!-- Coleco ColecoVision and Adam emulator ColEm -->
<rule type="androidpackage">
<entry>com.fms.colem.deluxe/com.fms.emulib.TVActivity</entry>
<entry>com.fms.colem/com.fms.emulib.TVActivity</entry>
</rule>
</emulator>
<emulator name="DOLPHIN">
<!-- Nintendo GameCube and Wii emulator Dolphin -->
<rule type="androidpackage">

View file

@ -15,8 +15,8 @@
<name>adam</name>
<fullname>Coleco Adam</fullname>
<path>%ROMPATH%/adam</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.1dd .1DD .bin .BIN .col .COL .cqi .CQI .cqm .CQM .d77 .D77 .d88 .D88 .ddp .DDP .dfi .DFI .dsk .DSK .hfe .HFE .imd .IMD .mfi .MFI .mfm .MFM .rom .ROM .td0 .TD0 .wav .WAV .7z .7Z .zip .ZIP</extension>
<command label="ColEm (Standalone)">%EMULATOR_COLEM% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
<platform>adam</platform>
<theme>adam</theme>
</system>