Terminator CD (Sega CD) on a black list?

Hi,

i can’t put the game “Terminator CD” for the Sega CD in my play list:

G:\Emulation\Sega Megadrive\Sega CD\Terminator_(Sega_CD)_(U).cue
Terminator (U)
G:\Emulation\RetroArch\cores\genesis_plus_gx_libretro.dll
Genesis Plus GX
22|crc

Ive tried everything logically possible - changed the name, the order, even the name of the .cue and .bin - nothing helped!

here is the code from my thumbnails:

game (    name "Terminator (U)"
    description "Terminator (U)"
    rom ( name "Terminator_(Sega_CD)_(U).cue" size 2275 crc 22 md5 1BC674BE034E43C96B86487AC69D9293 sha1 6DDB7DE1E17E7F6CDB88927BD906352030DAA194 flags verified )
)

only this game won’t show at the playlist on retroarch - every other game will. (Retroarch will load the .cue manually just fine)

UPDATE: ok, I know now why - the last entry in the playlist-file (Sega - Mega-CD - Sega CD.lpl) won’t recognize by retroarch. Definitely a retroarch -bug… To solve the problem, you should double the last game-entry and retroarch will recognize even the last game on your playlist…

2 times for the last game-entry on your playlist, like:

game (    name "Terminator (U)"
    description "Terminator (U)"
    rom ( name "Terminator_(Sega_CD)_(U).cue" size 2275 crc 22 md5 1BC674BE034E43C96B86487AC69D9293 sha1 6DDB7DE1E17E7F6CDB88927BD906352030DAA194 flags verified )

)

game (    name "Terminator (U)"
    description "Terminator (U)"
    rom ( name "Terminator_(Sega_CD)_(U).cue" size 2275 crc 22 md5 1BC674BE034E43C96B86487AC69D9293 sha1 6DDB7DE1E17E7F6CDB88927BD906352030DAA194 flags verified )
)