Changed the configuration for the astrocde system to no longer require a manually installed MAME hash file

This commit is contained in:
Leon Styhre 2023-10-28 00:19:58 +02:00
parent 595adafe53
commit 8d180ff50c
3 changed files with 3 additions and 3 deletions

View file

@ -176,7 +176,7 @@
<fullname>Bally Astrocade</fullname> <fullname>Bally Astrocade</fullname>
<path>%ROMPATH%/astrocde</path> <path>%ROMPATH%/astrocde</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib %ROM%</command> <command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.dylib "astrocde -rompath \"%GAMEDIRRAW%;%ROMPATH%/astrocde\" -cart \"%ROMRAW%\""</command>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/astrocde astrocde -cart %BASENAME%</command> <command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/astrocde astrocde -cart %BASENAME%</command>
<platform>astrocde</platform> <platform>astrocde</platform>
<theme>astrocade</theme> <theme>astrocade</theme>

View file

@ -181,7 +181,7 @@
<fullname>Bally Astrocade</fullname> <fullname>Bally Astrocade</fullname>
<path>%ROMPATH%/astrocde</path> <path>%ROMPATH%/astrocde</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so %ROM%</command> <command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mame_libretro.so "astrocde -rompath \"%GAMEDIRRAW%;%ROMPATH%/astrocde\" -cart \"%ROMRAW%\""</command>
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/astrocde astrocde -cart %BASENAME%</command> <command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/astrocde astrocde -cart %BASENAME%</command>
<platform>astrocde</platform> <platform>astrocde</platform>
<theme>astrocade</theme> <theme>astrocade</theme>

View file

@ -179,7 +179,7 @@
<fullname>Bally Astrocade</fullname> <fullname>Bally Astrocade</fullname>
<path>%ROMPATH%\astrocde</path> <path>%ROMPATH%\astrocde</path>
<extension>.7z .7Z .zip .ZIP</extension> <extension>.7z .7Z .zip .ZIP</extension>
<command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll %ROM%</command> <command label="MAME - Current">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mame_libretro.dll "astrocde -rompath \"%GAMEDIRRAW%;%ROMPATH%\astrocde\" -cart \"%ROMRAW%\""</command>
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\astrocde astrocde -cart %BASENAME%</command> <command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\astrocde astrocde -cart %BASENAME%</command>
<platform>astrocde</platform> <platform>astrocde</platform>
<theme>astrocade</theme> <theme>astrocade</theme>