Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.08k stars 904 forks source link

Sega/SegaCD Unknown Platform #419

Closed brando56894 closed 9 years ago

brando56894 commented 9 years ago

What values should I be using? The ones listed in the help file don't seem to work. I've tried them lower case as listed in the readme file on here, also with them capitalized and underscored like they are in the header file, neither works.

lvl1: Unknown platform for system "segacd" (platform ""SEGA_CD"" from list ""SEGA_CD"") lvl1: Unknown platform for system "genesis" (platform "SEGA_MEGA_DRIVE" from list "SEGA_MEGA_DRIVE")

<system>
    <name>segacd</name>
    <fullname>Sega CD</fullname>
    <path>a:\roms\sega\cd\</path>
    <extension>.zip .iso</extension>
    <command>A:\Emulators\Fusion364\Fusion.exe %ROM%</command>
    <platform>SEGA_CD</platform>
    <theme>segacd</theme>
</system>   

<system>
    <name>genesis</name>
    <fullname>Sega Genesis</fullname>
    <path>a:\roms\sega\genesis\</path>
    <extension>.zip</extension>
    <command>A:\Emulators\Fusion364\Fusion.exe %ROM%</command>
    <platform>SEGA_MEGA_DRIVE</platform>
    <theme>megadrive</theme>
</system>

listing them as "genesis, megadrive" doesn't work either.

ghost commented 9 years ago

should be using megadrive in lowercase, same with segacd platform.

Im presuming your roms are all zipped? if not add .zip .smd .bin .md to extensions

are you sure your emulators are installed on A: drive? its rare to see A other than floppy disk drives!

Enverex commented 9 years ago

The correct names for all platforms can be found on this page - http://emulationstation.org/gettingstarted.html

If one doesn't exist for the system you're using, simply make one up.