#94798
d8thstar
Participant

thats not it. my BIN is now named BSG.bin and the CUE is named “Beyond ShadowGate.CUE” so i can see them both and load the appropriate one. when loading the CUE file, I get:

RetroArch: rarch_log_libretro: [libretro INFO] :: Frontend supports RGB565 – will use that instead of XRGB1555.
RetroArch: rarch_log_libretro: [libretro INFO] :: PCE CD Audio settings changed.
RetroArch: rarch_log_libretro: [libretro INFO] :: Loading /media/TurboCD/Beyond ShadowGate.CUE…

RetroArch [ERROR] :: rarch_log_libretro :: [libretro ERROR] :: Error opening file No such file or directory
RetroArch [ERROR] :: rarch_log_libretro :: [libretro ERROR] :: Error opening file No such file or directory
RetroArch [ERROR] :: rarch_log_libretro :: [libretro ERROR] :: Error opening CD.
RetroArch [ERROR] :: load_content :: Failed to load content.
RetroArch: rarch_log_libretro: [libretro INFO] :: [Mednafen PCE Fast]: Samples / Frame: nan
RetroArch: rarch_log_libretro: [libretro INFO] :: [Mednafen PCE Fast]: Estimated FPS: nan

when loading the BIN file, I get:

RetroArch: rarch_log_libretro: [libretro INFO] :: Frontend supports RGB565 – will use that instead of XRGB1555.
RetroArch: rarch_log_libretro: [libretro INFO] :: PCE CD Audio settings changed.
RetroArch: rarch_log_libretro: [libretro INFO] :: Loading /media/TurboCD/BSG.bin…

RetroArch: rarch_log_libretro: [libretro INFO] :: Using module: pce_fast(PC Engine (CD)/TurboGrafx 16 (CD)/SuperGrafx)

RetroArch: rarch_log_libretro: [libretro INFO] :: ROM: 455710KiB

RetroArch: rarch_log_libretro: [libretro INFO] :: ROM CRC32: 0xf1a70eee

RetroArch: rarch_log_libretro: [libretro INFO] :: ROM MD5: 0xb228a009efd4dc05e999201ae5928391

RetroArch: rarch_log_libretro: [libretro INFO] :: Street Fighter 2 Mapper

unhandled setting F: pce_fast.mouse_sensitivity
RetroArch: rarch_log_libretro: [libretro INFO] :: MDFN_MakeFName:
RetroArch [WARN] :: gl_glsl_init :: [GL]: Stock GLSL shaders will be used.
RetroArch: rarch_log_libretro: [libretro INFO] :: [Mednafen PCE Fast]: Samples / Frame: 734.33076
RetroArch: rarch_log_libretro: [libretro INFO] :: [Mednafen PCE Fast]: Estimated FPS: 60.05468

from my es_systems.cfg file:

<system>
<fullname>TurboGrafx 16 (PC Engine)</fullname>
<name>pcengine</name>
<path>/media/TurboCD</path>
<extension>.pce .bin .BIN .PCE .cue .CUE</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pcengine %ROM%</command>
<platform>pcengine</platform>
<theme>pcengineCD</theme>
</system>

any thoughts?