Fixed an issue where the LinApple emulator was spelled incorrectly.

This commit is contained in:
Leon Styhre 2022-06-30 17:37:21 +02:00
parent b1368aed1f
commit 33c6c44545
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@
</rule> </rule>
</emulator> </emulator>
<emulator name="LINAPPLE"> <emulator name="LINAPPLE">
<!-- Apple II emulator linapple --> <!-- Apple II emulator LinApple -->
<rule type="systempath"> <rule type="systempath">
<entry>linapple</entry> <entry>linapple</entry>
</rule> </rule>

View file

@ -94,7 +94,7 @@
<fullname>Apple II</fullname> <fullname>Apple II</fullname>
<path>%ROMPATH%/apple2</path> <path>%ROMPATH%/apple2</path>
<extension>.do .DO .dsk .DSK .nib .NIB .po .PO</extension> <extension>.do .DO .dsk .DSK .nib .NIB .po .PO</extension>
<command label="linapple (Standalone)">%EMULATOR_LINAPPLE% -f -b --d1 %ROM%</command> <command label="LinApple (Standalone)">%EMULATOR_LINAPPLE% -f -b --d1 %ROM%</command>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %ROMPATH%/apple2 apple2e -flop1 %ROM%</command> <command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %ROMPATH%/apple2 apple2e -flop1 %ROM%</command>
<platform>apple2</platform> <platform>apple2</platform>
<theme>apple2</theme> <theme>apple2</theme>