Loading MESS from CLI

I was wondering how I could load roms for mess from the command-line without softlists? Softlists are working fine, but I was trying to load an FM Towns Marty image that isn’t in the softlists. I have turned ‘load from cli’ on in core options, and I have tried every permutation I can think of with the instructions found on http://www.libretro.com/index.php/mamemessume-cores/

The best I can come up with is something like this,

.\retroarch -rompath “d:\ROMS\MESS” fmtmarty “D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue” -c “.\configs\Mess.cfg”

The mess bios files and softlist roms are in ‘D:\ROMS\MESS’ The disc image is ‘D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue’

I am using lordrasham’s build from 27/08/2014

Now i’m sure it’s probably something simple, but I can’t for the life of me figure it out.

I just saw this on the bottom of the MESS/UME/MAME help page

  • commandline support is in place but not working yet.

Oh, ok then.

it’s working now, that post is rather old. enable experimental cli and then put your options like this

retroarch -L mess_libretro.dll " -cart nes nestest.zip" you might need to specify rom folders too

Yes this post is very old and since Cmline working fine . But you have to enable boot_from_cli ( i also disable softlist since i don’t use them) Can’t test for Win but at least under linux to load your game you have to do:


retroarch -L ume_libretro.so "fmtmarty  -cdrom /somwhere/TatsujinOu.iso -rp  /elsewhere/romsmess"

Note that retroarch option have to be first (your -c config) , then mess/ume option have to be inside " ". if you have longname you have to use a \ before " inside the " " . hope to be clear :slight_smile:

So to match your sample (in a linux way)


retroarch -L ume_libretro.dll -c .\configs\Mess.cfg  "fmtmarty -cdrom  \"D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue\"  -rp D:\ROMS\MESS\ "

Now on win maybe you have to deal differently with quote and doublequote for path .

Thanks for the replies,

But, this is driving me nuts. Ok, so this is what I believe should be working,

.\retroarch -c .\configs\mess.cfg "fmtmarty -cdrm “D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue” -rompath D:\ROMS\MESS\ "

But I still can’t get it working. I noticed in the console it says,

RetroArch: [libretro INFO] :: Starting game from command line:d:\roms\mess" parse path failed! path=d:\roms\mess" RetroArch: [libretro DEBUG] :: Searching for driver d:\roms\mess" RetroArch [WARN] :: [libretro WARN] :: Driver d:\roms\mess" not found -1 game not found: d:\roms\mess" RetroArch: [libretro DEBUG] :: Searching for driver roms RetroArch [WARN] :: [libretro WARN] :: Driver roms not found -1

Maybe it is just broken for windows in this build.

Nah it’s just the syntax. Did you enable cli in core options?

Yeah I’ve got load from CLI enabled, here’s a full console output if it helps. (i deleted a chunk containing the input options as it hit the max allowed characters)

.\retroarch -v -c .\configs\mess.cfg "fmtmarty -cdrm “D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue” -rompath D:\ROMS\MESS\ "


=== Build =======================================
Compiler: MinGW (4.9.1) 64-bit
Built: Aug 27 2014
Version: 1.0.0.2-2014-08-27
Git: 36e2b86
=================================================
RetroArch: [CPUID]: Vendor: GenuineIntel
RetroArch: [CPUID]: MMX:    1
RetroArch: [CPUID]: MMXEXT: 1
RetroArch: [CPUID]: SSE:    1
RetroArch: [CPUID]: SSE2:   1
RetroArch: [CPUID]: SSE3:   1
RetroArch: [CPUID]: SSSE3:  1
RetroArch: [CPUID]: SSE4:   1
RetroArch: [CPUID]: SSE4.2: 1
RetroArch: [CPUID]: AVX:    0
RetroArch: [CPUID]: AVX2:   0
RetroArch: Loading config from: .\configs\mess.cfg.
=== Config ===
RetroArch: fps_show = "false"
RetroArch: libretro_path = ":\cores\mess_libretro.dll"
RetroArch: rewind_enable = "false"
RetroArch: rewind_granularity = "1"
RetroArch: video_shader_enable = "true"
RetroArch: video_aspect_ratio = "-1.000000"
RetroArch: video_xscale = "3.000000"
RetroArch: autosave_interval = "0"
RetroArch: video_yscale = "3.000000"
RetroArch: video_crop_overscan = "true"
RetroArch: video_scale_integer = "true"
RetroArch: video_smooth = "true"
RetroArch: video_threaded = "false"
RetroArch: video_fullscreen = "true"
RetroArch: video_refresh_rate = "59.950001"
RetroArch: video_driver = "gl"
RetroArch: video_vsync = "true"
RetroArch: video_hard_sync = "false"
RetroArch: video_hard_sync_frames = "0"
RetroArch: video_black_frame_insertion = "false"
RetroArch: video_swap_interval = "1"
RetroArch: video_gpu_screenshot = "false"
RetroArch: video_rotation = "0"
RetroArch: screenshot_directory = ":\screenshots/"
RetroArch: aspect_ratio_index = "21"
RetroArch: audio_rate_control = "true"
RetroArch: audio_rate_control_delta = "0.005000"
RetroArch: audio_driver = "dsound"
RetroArch: audio_out_rate = "48000"
RetroArch: system_directory = ":\system/"
RetroArch: savefile_directory = "default"
RetroArch: savestate_directory = "default"
RetroArch: video_shader_dir = ":\shaders/"
RetroArch: content_directory = "default"
RetroArch: rgui_browser_directory = "D:\ROMS"
RetroArch: rgui_config_directory = ":\configs\"
RetroArch: rgui_show_start_screen = "false"
RetroArch: game_history_size = "100"
RetroArch: joypad_autoconfig_dir = ":\autoconfig/"
RetroArch: input_autodetect_enable = "true"
RetroArch: overlay_directory = "default"
RetroArch: input_overlay_opacity = "0.700000"
RetroArch: input_overlay_scale = "1.000000"
RetroArch: gamma_correction = "false"
RetroArch: triple_buffering_enable = "false"
RetroArch: soft_filter_enable = "false"
RetroArch: flicker_filter_enable = "false"
RetroArch: flicker_filter_index = "0"
RetroArch: soft_filter_index = "0"
RetroArch: current_resolution_id = "0"
RetroArch: custom_viewport_width = "960"
RetroArch: custom_viewport_height = "720"
RetroArch: custom_viewport_x = "0"
RetroArch: custom_viewport_y = "0"
RetroArch: video_font_size = "48.000000"
RetroArch: config_save_on_exit = "true"
RetroArch: sound_mode = "0"
RetroArch: state_slot = "0"
RetroArch: audio_mute = "0"
RetroArch: custom_bgm_enable = "false"
RetroArch: core_specific_config = "false"
RetroArch: audio_resampler = "sinc"
RetroArch: block_sram_overwrite = "false"
RetroArch: savestate_auto_index = "false"
RetroArch: savestate_auto_save = "false"
RetroArch: savestate_auto_load = "true"
RetroArch: input_player1_analog_dpad_mode = "0"
RetroArch: input_player2_analog_dpad_mode = "0"
RetroArch: input_player3_analog_dpad_mode = "0"
RetroArch: input_player4_analog_dpad_mode = "0"
RetroArch: input_player5_analog_dpad_mode = "0"
RetroArch: input_player6_analog_dpad_mode = "0"
RetroArch: input_player7_analog_dpad_mode = "0"
RetroArch: input_player8_analog_dpad_mode = "0"
RetroArch: libretro_log_level = "0"
RetroArch: video_shader = ":\shaders/crt/crt-hyllian-glow/crt-hyllian-glow.cgp"
RetroArch: input_axis_threshold = "0.500000"
RetroArch: load_dummy_on_core_shutdown = "true"
RetroArch: audio_latency = "64"
RetroArch: audio_sync = "true"
RetroArch: audio_block_frames = "0"
RetroArch: video_windowed_fullscreen = "true"
RetroArch: video_shared_context = "false"
RetroArch: video_monitor_index = "0"
RetroArch: video_fullscreen_x = "0"
RetroArch: video_fullscreen_y = "0"
RetroArch: menu_driver = "rgui"
RetroArch: video_disable_composition = "false"
RetroArch: pause_nonactive = "false"
RetroArch: video_font_enable = "true"
RetroArch: video_filter_dir = "default"
RetroArch: audio_filter_dir = "default"
RetroArch: assets_directory = "default"
RetroArch: fastforward_ratio = "-1.000000"
RetroArch: slowmotion_ratio = "3.000000"
RetroArch: log_verbosity = "true"
RetroArch: perfcnt_enable = "false"
RetroArch: libretro_info_path = ":\info\mess_libretro.info"
RetroArch: input_overlay_enable = "false"
RetroArch: netplay_spectator_mode_enable = "false"
RetroArch: netplay_mode = "false"
RetroArch: netplay_ip_port = "0"
RetroArch: netplay_delay_frames = "0"
RetroArch: audio_enable = "true"
RetroArch: game_history_path = ".\configs\.retroarch-game-history.txt"
RetroArch: video_scale = "3.000000"
RetroArch: camera_allow = "false"
RetroArch: location_allow = "false"
RetroArch: user_language = "0"
=== Config end ===
RetroArch: Loading dynamic libretro from: "D:\Executable\RetroArch\cores\mess_libretro.dll"
RetroArch: Environ SET_VARIABLES.
RetroArch: Core option:
RetroArch:      Description: Read configuration
RetroArch:      Key: mess_read_config
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Write configuration
RetroArch:      Key: mess_write_config
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Save state naming
RetroArch:      Key: mess_saves
RetroArch:      Current value: game
RetroArch:      Possible values:
RetroArch:              game
RetroArch:              system
RetroArch: Core option:
RetroArch:      Description: Auto save/load states
RetroArch:      Key: mess_auto_save
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable in-game mouse
RetroArch:      Key: mess_mouse_enable
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable throttle
RetroArch:      Key: mess_throttle
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable cheats
RetroArch:      Key: mess_cheats_enable
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Nobuffer patch
RetroArch:      Key: mess_nobuffer
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Hide nag screen
RetroArch:      Key: mess_hide_nagscreen
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Hide gameinfo screen
RetroArch:      Key: mess_hide_infoscreen
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Hide warnings screen
RetroArch:      Key: mess_hide_warnings
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Alternate render method
RetroArch:      Key: mess_alternate_renderer
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable softlists
RetroArch:      Key: mess_softlists_enable
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              enabled
RetroArch:              disabled
RetroArch: Core option:
RetroArch:      Description: Softlist automatic media type
RetroArch:      Key: mess_softlists_auto_media
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              enabled
RetroArch:              disabled
RetroArch: Core option:
RetroArch:      Description: Media type
RetroArch:      Key: mess_media_type
RetroArch:      Current value: cdrm
RetroArch:      Possible values:
RetroArch:              cart
RetroArch:              flop
RetroArch:              cdrm
RetroArch:              cass
RetroArch:              hard
RetroArch:              serl
RetroArch:              prin
RetroArch: Core option:
RetroArch:      Description: Boot to BIOS
RetroArch:      Key: mess_boot_to_bios
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Boot to OSD
RetroArch:      Key: mess_boot_to_osd
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Boot from CLI
RetroArch:      Key: mess_boot_from_cli
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Version of libretro API: 1
RetroArch: Compiled against API: 1
RetroArch: Environ GET_LOG_INTERFACE.
RetroArch: Environ SYSTEM_DIRECTORY: "D:\Executable\RetroArch\system/".
RetroArch: [libretro INFO] :: SYSTEM_DIRECTORY: D:\Executable\RetroArch\system/RetroArch: Environ CONTENT_DIRECTORY: "".
RetroArch: [libretro INFO] :: CONTENT_DIRECTORY: (null)RetroArch: Environ SAVE_DIRECTORY: "".
RetroArch: [libretro INFO] :: SAVE_DIRECTORY: D:\Executable\RetroArch\system/RetroArch: Environ SET_PIXEL_FORMAT: RGB565.
RetroArch: Content loading skipped. Implementation will load it on its own.
RetroArch: Environ GET_VARIABLE mess_boot_from_cli:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_mouse_enable:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_throttle:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_nobuffer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_cheats_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_hide_nagscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_infoscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_warnings:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_alternate_renderer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_osd:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_read_config:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_auto_save:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_saves:
RetroArch:      game
RetroArch: Environ GET_VARIABLE mess_media_type:
RetroArch:      cdrm
RetroArch: Environ GET_VARIABLE mess_softlists_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_softlists_auto_media:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_bios:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_write_config:
RetroArch:      disabled
RetroArch: [libretro INFO] :: Starting game from command line:D:\ROMS\MESS\
parse path failed! path=D:\ROMS\MESS\
RetroArch: [libretro DEBUG] :: Searching for driver D:\ROMS\MESS\
RetroArch [WARN] :: [libretro WARN] :: Driver D:\ROMS\MESS\ not found -1
game not found: D:\ROMS\MESS\
RetroArch: [libretro DEBUG] :: Searching for driver MESS
RetroArch [WARN] :: [libretro WARN] :: Driver MESS not found -1
driver not found: MESS
RetroArch: Environ SHUTDOWN.
RetroArch: Skipping SRAM load.
RetroArch: Environ GET_VARIABLE mess_boot_from_cli:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_mouse_enable:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_throttle:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_nobuffer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_cheats_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_hide_nagscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_infoscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_warnings:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_alternate_renderer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_osd:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_read_config:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_auto_save:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_saves:
RetroArch:      game
RetroArch: Environ GET_VARIABLE mess_media_type:
RetroArch:      cdrm
RetroArch: Environ GET_VARIABLE mess_softlists_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_softlists_auto_media:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_bios:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_write_config:
RetroArch:      disabled
RetroArch: [libretro INFO] :: AV_INFO: width=320 height=240
RetroArch: [libretro INFO] :: AV_INFO: max_width=1600 max_height=1200
RetroArch: [libretro INFO] :: AV_INFO: aspect_ratio=0.000000
RetroArch: [libretro INFO] :: AV_INFO: fps=60.000000 sample_rate=48000.000000
RetroArch: Set audio input rate to: 47960.00 Hz.
RetroArch: Found shader "D:\Executable\RetroArch\shaders/5xbr-retro.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/bead.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/blinky.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/pixellate.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/quilez.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/retro-v2.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/scanline.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/sharp-bilinear.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/stock.cg"
RetroArch: Video @ fullscreen
RetroArch: Setting multimedia scheduling for DWM.
RetroArch: Found GL context: wgl
RetroArch: Detecting screen resolution 1280x720.
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: [GL]: Vendor: ATI Technologies Inc., Renderer: AMD Radeon HD 6800 Series.
RetroArch: [GL]: Version: 4.4.12874 Compatibility Profile Context 14.100.0.0.
RetroArch: [GL]: ATI card detected, skipping check for GL_RGB565 support.
RetroArch: Querying GL extension: ARB_sync => exists
RetroArch: Querying GL extension: ARB_texture_float => exists
RetroArch: Querying GL extension: EXT_texture_sRGB => exists
RetroArch: Querying GL extension: ARB_framebuffer_sRGB => exists
RetroArch: GL: Using resolution 1280x720
RetroArch: [GL]: Using Cg shader backend.
RetroArch: [Cg]: Vertex profile: arbvp1
RetroArch: [Cg]: Fragment profile: arbfp1
RetroArch: Loading Cg meta-shader: D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian-glow.cgp
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/linearize.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/threshold.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_horiz.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_vert.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/resolve2.cg".
RetroArch: CG: Found semantic "POSITION" in prog #1.
RetroArch: CG: Found semantic "COLOR" in prog #1.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #1.
RetroArch: CG: Found semantic "POSITION" in prog #2.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #2.
RetroArch: CG: Found semantic "POSITION" in prog #3.
RetroArch: CG: Found semantic "COLOR" in prog #3.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #3.
RetroArch: CG: Found semantic "POSITION" in prog #4.
RetroArch: CG: Found semantic "COLOR" in prog #4.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #4.
RetroArch: CG: Found semantic "POSITION" in prog #5.
RetroArch: CG: Found semantic "COLOR" in prog #5.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #5.
RetroArch: CG: Found semantic "POSITION" in prog #6.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #6.
RetroArch: GL: Using 4 textures.
RetroArch: GL: Loaded 6 program(s).
RetroArch: Querying GL extension: ARB_framebuffer_object => exists
RetroArch: Creating FBO 0 @ 2048x2048
RetroArch: Creating FBO 1 @ 2048x1024
RetroArch: Creating FBO 2 @ 2048x1024
RetroArch: Creating FBO 3 @ 512x256
RetroArch: Creating FBO 4 @ 512x256
RetroArch: [GL]: FBO pass #0 is sRGB.
RetroArch: [GL]: FBO pass #1 is sRGB.
RetroArch: [GL]: FBO pass #2 is sRGB.
RetroArch: [GL]: FBO pass #3 is sRGB.
RetroArch: [GL]: FBO pass #4 is sRGB.
RetroArch: Found XInput v1.3.
RetroArch: Found XInput controller, player #0
RetroArch: Enumerating DInput joypads ...
RetroArch: Done enumerating DInput joypads ...
RetroArch: Joypad port #0 (XInput Controller (Player 1)) configured.
RetroArch: Found joypad driver: "winxinput".
RetroArch: Using font rendering backend: freetype.
RetroArch: DirectSound devices:
RetroArch:      0: Primary Sound Driver
RetroArch:      1: Digital Audio (S/PDIF) (High Definition Audio Device)
RetroArch:      2: Digital Audio (HDMI) (High Definition Audio Device)
RetroArch:      3: AMD HDMI Output (AMD High Definition Audio Device)
RetroArch: [DirectSound]: Setting buffer size of 12288 bytes
RetroArch: [DirectSound]: Latency = 64 ms
RetroArch: Sinc resampler [SSE]
RetroArch: SINC params (8 phase bits, 16 taps).
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: Opening playlist: .\configs\.retroarch-game-history.txt.
RetroArch: Custom timing given: FPS: 60.0000, Sample rate: 48000.0000
RetroArch: Recording to ompath @ 320x240. (FB size: 1600x1200 pix_fmt: 0)
RetroArch [ERROR] :: Failed to start recording.
RetroArch: No content, starting dummy core.
RetroArch: Saving RAM type #0 to "D:\ROMS\MESS\.srm".
RetroArch: Saving RAM type #1 to "D:\ROMS\MESS\.rtc".
Retro unload_game
Retro DeInit
RetroArch: CG: Destroying programs.
RetroArch: CG: Destroying context.
RetroArch: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.
=== Build =======================================
Compiler: MinGW (4.9.1) 64-bit
Built: Aug 27 2014
Version: 1.0.0.2-2014-08-27
Git: 36e2b86
=================================================
RetroArch: [CPUID]: Vendor: GenuineIntel
RetroArch: [CPUID]: MMX:    1
RetroArch: [CPUID]: MMXEXT: 1
RetroArch: [CPUID]: SSE:    1
RetroArch: [CPUID]: SSE2:   1
RetroArch: [CPUID]: SSE3:   1
RetroArch: [CPUID]: SSSE3:  1
RetroArch: [CPUID]: SSE4:   1
RetroArch: [CPUID]: SSE4.2: 1
RetroArch: [CPUID]: AVX:    0
RetroArch: [CPUID]: AVX2:   0
RetroArch: Environ SET_PIXEL_FORMAT: RGB565.
RetroArch: Version of libretro API: 1
RetroArch: Compiled against API: 1
RetroArch: Set audio input rate to: 29975.00 Hz.
RetroArch: Found shader "D:\Executable\RetroArch\shaders/5xbr-retro.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/bead.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/blinky.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/pixellate.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/quilez.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/retro-v2.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/scanline.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/sharp-bilinear.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/stock.cg"
RetroArch: Video @ fullscreen
RetroArch: Found GL context: wgl
RetroArch: Detecting screen resolution 1280x720.
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: [GL]: Vendor: ATI Technologies Inc., Renderer: AMD Radeon HD 6800 Series.
RetroArch: [GL]: Version: 4.4.12874 Compatibility Profile Context 14.100.0.0.
RetroArch: [GL]: ATI card detected, skipping check for GL_RGB565 support.
RetroArch: Querying GL extension: ARB_sync => exists
RetroArch: Querying GL extension: ARB_texture_float => exists
RetroArch: Querying GL extension: EXT_texture_sRGB => exists
RetroArch: Querying GL extension: ARB_framebuffer_sRGB => exists
RetroArch: GL: Using resolution 1280x720
RetroArch: [GL]: Using Cg shader backend.
RetroArch: [Cg]: Vertex profile: arbvp1
RetroArch: [Cg]: Fragment profile: arbfp1
RetroArch: Loading Cg meta-shader: D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian-glow.cgp
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/linearize.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/threshold.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_horiz.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_vert.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/resolve2.cg".
RetroArch: CG: Found semantic "POSITION" in prog #1.
RetroArch: CG: Found semantic "COLOR" in prog #1.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #1.
RetroArch: CG: Found semantic "POSITION" in prog #2.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #2.
RetroArch: CG: Found semantic "POSITION" in prog #3.
RetroArch: CG: Found semantic "COLOR" in prog #3.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #3.
RetroArch: CG: Found semantic "POSITION" in prog #4.
RetroArch: CG: Found semantic "COLOR" in prog #4.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #4.
RetroArch: CG: Found semantic "POSITION" in prog #5.
RetroArch: CG: Found semantic "COLOR" in prog #5.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #5.
RetroArch: CG: Found semantic "POSITION" in prog #6.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #6.
RetroArch: GL: Using 4 textures.
RetroArch: GL: Loaded 6 program(s).
RetroArch: Querying GL extension: ARB_framebuffer_object => exists
RetroArch: Creating FBO 0 @ 512x512
RetroArch: Creating FBO 1 @ 2048x1024
RetroArch: Creating FBO 2 @ 2048x1024
RetroArch: Creating FBO 3 @ 512x256
RetroArch: Creating FBO 4 @ 512x256
RetroArch: [GL]: FBO pass #0 is sRGB.
RetroArch: [GL]: FBO pass #1 is sRGB.
RetroArch: [GL]: FBO pass #2 is sRGB.
RetroArch: [GL]: FBO pass #3 is sRGB.
RetroArch: [GL]: FBO pass #4 is sRGB.
RetroArch: Found XInput v1.3.
RetroArch: Found XInput controller, player #0
RetroArch: Enumerating DInput joypads ...
RetroArch: Done enumerating DInput joypads ...
RetroArch: Joypad port #0 (XInput Controller (Player 1)) configured.
RetroArch: Found joypad driver: "winxinput".
RetroArch: Using font rendering backend: freetype.
RetroArch: DirectSound devices:
RetroArch:      0: Primary Sound Driver
RetroArch:      1: Digital Audio (S/PDIF) (High Definition Audio Device)
RetroArch:      2: Digital Audio (HDMI) (High Definition Audio Device)
RetroArch:      3: AMD HDMI Output (AMD High Definition Audio Device)
RetroArch: [DirectSound]: Setting buffer size of 12288 bytes
RetroArch: [DirectSound]: Latency = 64 ms
RetroArch: Sinc resampler [SSE]
RetroArch: SINC params (8 phase bits, 16 taps).
RetroArch [WARN] :: Using libretro dummy core. Skipping recording.
RetroArch: SRAM will not be saved.
RetroArch: Opening playlist: .\configs\.retroarch-game-history.txt.
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: GL VSync => on
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: GL VSync => on
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: Saving config at path: ".\configs\mess.cfg"
RetroArch: CG: Destroying programs.
RetroArch: CG: Destroying context.
RetroArch: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.

Also when I tried removing the rompath argument (I was hoping it would use the path is mess.ini), I got something a bit closer. As in the mess core tried to at least load the FM Towns driver but errored out with the path.

.\retroarch -v -c .\configs\mess.cfg “fmtmarty -cdrm “D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue””


=== Build =======================================
Compiler: MinGW (4.9.1) 64-bit
Built: Aug 27 2014
Version: 1.0.0.2-2014-08-27
Git: 36e2b86
=================================================
RetroArch: [CPUID]: Vendor: GenuineIntel
RetroArch: [CPUID]: MMX:    1
RetroArch: [CPUID]: MMXEXT: 1
RetroArch: [CPUID]: SSE:    1
RetroArch: [CPUID]: SSE2:   1
RetroArch: [CPUID]: SSE3:   1
RetroArch: [CPUID]: SSSE3:  1
RetroArch: [CPUID]: SSE4:   1
RetroArch: [CPUID]: SSE4.2: 1
RetroArch: [CPUID]: AVX:    0
RetroArch: [CPUID]: AVX2:   0
RetroArch: Loading config from: .\configs\mess.cfg.
=== Config ===
RetroArch: fps_show = "false"
RetroArch: libretro_path = ":\cores\mess_libretro.dll"
RetroArch: rewind_enable = "false"
RetroArch: rewind_granularity = "1"
RetroArch: video_shader_enable = "true"
RetroArch: video_aspect_ratio = "-1.000000"
RetroArch: video_xscale = "3.000000"
RetroArch: autosave_interval = "0"
RetroArch: video_yscale = "3.000000"
RetroArch: video_crop_overscan = "true"
RetroArch: video_scale_integer = "true"
RetroArch: video_smooth = "true"
RetroArch: video_threaded = "false"
RetroArch: video_fullscreen = "true"
RetroArch: video_refresh_rate = "59.950001"
RetroArch: video_driver = "gl"
RetroArch: video_vsync = "true"
RetroArch: video_hard_sync = "false"
RetroArch: video_hard_sync_frames = "0"
RetroArch: video_black_frame_insertion = "false"
RetroArch: video_swap_interval = "1"
RetroArch: video_gpu_screenshot = "false"
RetroArch: video_rotation = "0"
RetroArch: screenshot_directory = ":\screenshots/"
RetroArch: aspect_ratio_index = "21"
RetroArch: audio_rate_control = "true"
RetroArch: audio_rate_control_delta = "0.005000"
RetroArch: audio_driver = "dsound"
RetroArch: audio_out_rate = "48000"
RetroArch: system_directory = ":\system/"
RetroArch: savefile_directory = "default"
RetroArch: savestate_directory = "default"
RetroArch: video_shader_dir = ":\shaders/"
RetroArch: content_directory = "default"
RetroArch: rgui_browser_directory = "D:\ROMS"
RetroArch: rgui_config_directory = ":\configs\"
RetroArch: rgui_show_start_screen = "false"
RetroArch: game_history_size = "100"
RetroArch: joypad_autoconfig_dir = ":\autoconfig/"
RetroArch: input_autodetect_enable = "true"
RetroArch: overlay_directory = "default"
RetroArch: input_overlay_opacity = "0.700000"
RetroArch: input_overlay_scale = "1.000000"
RetroArch: gamma_correction = "false"
RetroArch: triple_buffering_enable = "false"
RetroArch: soft_filter_enable = "false"
RetroArch: flicker_filter_enable = "false"
RetroArch: flicker_filter_index = "0"
RetroArch: soft_filter_index = "0"
RetroArch: current_resolution_id = "0"
RetroArch: custom_viewport_width = "960"
RetroArch: custom_viewport_height = "720"
RetroArch: custom_viewport_x = "0"
RetroArch: custom_viewport_y = "0"
RetroArch: video_font_size = "48.000000"
RetroArch: config_save_on_exit = "true"
RetroArch: sound_mode = "0"
RetroArch: state_slot = "0"
RetroArch: audio_mute = "0"
RetroArch: custom_bgm_enable = "false"
RetroArch: core_specific_config = "false"
RetroArch: audio_resampler = "sinc"
RetroArch: block_sram_overwrite = "false"
RetroArch: savestate_auto_index = "false"
RetroArch: savestate_auto_save = "false"
RetroArch: savestate_auto_load = "true"
RetroArch: input_player1_analog_dpad_mode = "0"
RetroArch: input_player2_analog_dpad_mode = "0"
RetroArch: input_player3_analog_dpad_mode = "0"
RetroArch: input_player4_analog_dpad_mode = "0"
RetroArch: input_player5_analog_dpad_mode = "0"
RetroArch: input_player6_analog_dpad_mode = "0"
RetroArch: input_player7_analog_dpad_mode = "0"
RetroArch: input_player8_analog_dpad_mode = "0"
RetroArch: libretro_log_level = "0"
RetroArch: video_shader = ":\shaders/crt/crt-hyllian-glow/crt-hyllian-glow.cgp"
RetroArch: input_axis_threshold = "0.500000"
RetroArch: load_dummy_on_core_shutdown = "true"
RetroArch: audio_latency = "64"
RetroArch: audio_sync = "true"
RetroArch: audio_block_frames = "0"
RetroArch: video_windowed_fullscreen = "true"
RetroArch: video_shared_context = "false"
RetroArch: video_monitor_index = "0"
RetroArch: video_fullscreen_x = "0"
RetroArch: video_fullscreen_y = "0"
RetroArch: menu_driver = "rgui"
RetroArch: video_disable_composition = "false"
RetroArch: pause_nonactive = "false"
RetroArch: video_font_enable = "true"
RetroArch: video_filter_dir = "default"
RetroArch: audio_filter_dir = "default"
RetroArch: assets_directory = "default"
RetroArch: fastforward_ratio = "-1.000000"
RetroArch: slowmotion_ratio = "3.000000"
RetroArch: log_verbosity = "true"
RetroArch: perfcnt_enable = "false"
RetroArch: libretro_info_path = ":\info\mess_libretro.info"
RetroArch: input_overlay_enable = "false"
RetroArch: netplay_spectator_mode_enable = "false"
RetroArch: netplay_mode = "false"
RetroArch: netplay_ip_port = "0"
RetroArch: netplay_delay_frames = "0"
RetroArch: audio_enable = "true"
RetroArch: game_history_path = ".\configs\.retroarch-game-history.txt"
RetroArch: video_scale = "3.000000"
RetroArch: camera_allow = "false"
RetroArch: location_allow = "false"
RetroArch: user_language = "0"
=== Config end ===
RetroArch: Loading dynamic libretro from: "D:\Executable\RetroArch\cores\mess_libretro.dll"
RetroArch: Environ SET_VARIABLES.
RetroArch: Core option:
RetroArch:      Description: Read configuration
RetroArch:      Key: mess_read_config
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Write configuration
RetroArch:      Key: mess_write_config
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Save state naming
RetroArch:      Key: mess_saves
RetroArch:      Current value: game
RetroArch:      Possible values:
RetroArch:              game
RetroArch:              system
RetroArch: Core option:
RetroArch:      Description: Auto save/load states
RetroArch:      Key: mess_auto_save
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable in-game mouse
RetroArch:      Key: mess_mouse_enable
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable throttle
RetroArch:      Key: mess_throttle
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable cheats
RetroArch:      Key: mess_cheats_enable
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Nobuffer patch
RetroArch:      Key: mess_nobuffer
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Hide nag screen
RetroArch:      Key: mess_hide_nagscreen
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Hide gameinfo screen
RetroArch:      Key: mess_hide_infoscreen
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Hide warnings screen
RetroArch:      Key: mess_hide_warnings
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Alternate render method
RetroArch:      Key: mess_alternate_renderer
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Enable softlists
RetroArch:      Key: mess_softlists_enable
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              enabled
RetroArch:              disabled
RetroArch: Core option:
RetroArch:      Description: Softlist automatic media type
RetroArch:      Key: mess_softlists_auto_media
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              enabled
RetroArch:              disabled
RetroArch: Core option:
RetroArch:      Description: Media type
RetroArch:      Key: mess_media_type
RetroArch:      Current value: cdrm
RetroArch:      Possible values:
RetroArch:              cart
RetroArch:              flop
RetroArch:              cdrm
RetroArch:              cass
RetroArch:              hard
RetroArch:              serl
RetroArch:              prin
RetroArch: Core option:
RetroArch:      Description: Boot to BIOS
RetroArch:      Key: mess_boot_to_bios
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Boot to OSD
RetroArch:      Key: mess_boot_to_osd
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Boot from CLI
RetroArch:      Key: mess_boot_from_cli
RetroArch:      Current value: enabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Version of libretro API: 1
RetroArch: Compiled against API: 1
RetroArch: Environ GET_LOG_INTERFACE.
RetroArch: Environ SYSTEM_DIRECTORY: "D:\Executable\RetroArch\system/".
RetroArch: [libretro INFO] :: SYSTEM_DIRECTORY: D:\Executable\RetroArch\system/RetroArch: Environ CONTENT_DIRECTORY: "".
RetroArch: [libretro INFO] :: CONTENT_DIRECTORY: (null)RetroArch: Environ SAVE_DIRECTORY: "".
RetroArch: [libretro INFO] :: SAVE_DIRECTORY: D:\Executable\RetroArch\system/RetroArch: Environ SET_PIXEL_FORMAT: RGB565.
RetroArch: Content loading skipped. Implementation will load it on its own.
RetroArch: Environ GET_VARIABLE mess_boot_from_cli:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_mouse_enable:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_throttle:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_nobuffer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_cheats_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_hide_nagscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_infoscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_warnings:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_alternate_renderer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_osd:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_read_config:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_auto_save:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_saves:
RetroArch:      game
RetroArch: Environ GET_VARIABLE mess_media_type:
RetroArch:      cdrm
RetroArch: Environ GET_VARIABLE mess_softlists_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_softlists_auto_media:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_bios:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_write_config:
RetroArch:      disabled
RetroArch: [libretro INFO] :: Starting game from command line:fmtmarty -cdrm " D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue
parse path failed! path=-cdrm
RetroArch: [libretro DEBUG] :: Searching for driver fmtmarty
RetroArch: [libretro DEBUG] :: System type: CONSOLE
RetroArch: [libretro INFO] :: Game name: fmtmarty, Game description: FM-Towns Marty
RetroArch: [libretro DEBUG] :: Parameters:
RetroArch: [libretro DEBUG] ::  mess
RetroArch: [libretro DEBUG] ::  -nothrottle
RetroArch: [libretro DEBUG] ::  -joystick
RetroArch: [libretro DEBUG] ::  -samplerate
RetroArch: [libretro DEBUG] ::  48000
RetroArch: [libretro DEBUG] ::  -nocheat
RetroArch: [libretro DEBUG] ::  -mouse
RetroArch: [libretro DEBUG] ::  -skip_gameinfo
RetroArch: [libretro DEBUG] ::  -readconfig
RetroArch: [libretro DEBUG] ::  -statename
RetroArch: [libretro DEBUG] ::  %g/-cdrm
RetroArch: [libretro DEBUG] ::  -mouse
RetroArch: [libretro DEBUG] ::  -cfg_directory
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\cfg
RetroArch: [libretro DEBUG] ::  -nvram_directory
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess
vram
RetroArch: [libretro DEBUG] ::  -hiscore_directory
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\hi
RetroArch: [libretro DEBUG] ::  -input_directory
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\input
RetroArch: [libretro DEBUG] ::  -state_directory
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\states
RetroArch: [libretro DEBUG] ::  -snapshot_directory
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\snaps
RetroArch: [libretro DEBUG] ::  -diff_directory
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\diff
RetroArch: [libretro DEBUG] ::  -samplepath
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\samples
RetroArch: [libretro DEBUG] ::  -artpath
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\artwork
RetroArch: [libretro DEBUG] ::  -cheatpath
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\cheat
RetroArch: [libretro DEBUG] ::  -inipath
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\ini
RetroArch: [libretro DEBUG] ::  -hashpath
RetroArch: [libretro DEBUG] ::  D:\Executable\RetroArch\system/\mess\hash
RetroArch: [libretro DEBUG] ::  fmtmarty
RetroArch: [libretro DEBUG] ::  -cdrm
Error: attempt to free single object 00000000072bb8b0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 00000000072bba10 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 00000000072bbb70 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 00000000072bbcd0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 00000000072bbe30 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaaa00 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaaa00 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000aaa980 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9d900 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000a9da60 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d7d0 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: attempt to free single object 0000000000b5d930 with global_free_array in (null)(0)!
Ignoring MAME exception: Error: attempt to free single object with global_free_array
Error: option -cdrm expected a parameter
RetroArch: Environ SHUTDOWN.
RetroArch: Skipping SRAM load.
RetroArch: Environ GET_VARIABLE mess_boot_from_cli:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_mouse_enable:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_throttle:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_nobuffer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_cheats_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_hide_nagscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_infoscreen:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_hide_warnings:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_alternate_renderer:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_osd:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_read_config:
RetroArch:      enabled
RetroArch: Environ GET_VARIABLE mess_auto_save:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_saves:
RetroArch:      game
RetroArch: Environ GET_VARIABLE mess_media_type:
RetroArch:      cdrm
RetroArch: Environ GET_VARIABLE mess_softlists_enable:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_softlists_auto_media:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_boot_to_bios:
RetroArch:      disabled
RetroArch: Environ GET_VARIABLE mess_write_config:
RetroArch:      disabled
RetroArch: [libretro INFO] :: AV_INFO: width=320 height=240
RetroArch: [libretro INFO] :: AV_INFO: max_width=1600 max_height=1200
RetroArch: [libretro INFO] :: AV_INFO: aspect_ratio=0.000000
RetroArch: [libretro INFO] :: AV_INFO: fps=60.000000 sample_rate=48000.000000
RetroArch: Set audio input rate to: 47960.00 Hz.
RetroArch: Found shader "D:\Executable\RetroArch\shaders/5xbr-retro.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/bead.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/blinky.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/pixellate.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/quilez.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/retro-v2.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/scanline.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/sharp-bilinear.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/stock.cg"
RetroArch: Video @ fullscreen
RetroArch: Setting multimedia scheduling for DWM.
RetroArch: Found GL context: wgl
RetroArch: Detecting screen resolution 1280x720.
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: [GL]: Vendor: ATI Technologies Inc., Renderer: AMD Radeon HD 6800 Series.
RetroArch: [GL]: Version: 4.4.12874 Compatibility Profile Context 14.100.0.0.
RetroArch: [GL]: ATI card detected, skipping check for GL_RGB565 support.
RetroArch: Querying GL extension: ARB_sync => exists
RetroArch: Querying GL extension: ARB_texture_float => exists
RetroArch: Querying GL extension: EXT_texture_sRGB => exists
RetroArch: Querying GL extension: ARB_framebuffer_sRGB => exists
RetroArch: GL: Using resolution 1280x720
RetroArch: [GL]: Using Cg shader backend.
RetroArch: [Cg]: Vertex profile: arbvp1
RetroArch: [Cg]: Fragment profile: arbfp1
RetroArch: Loading Cg meta-shader: D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian-glow.cgp
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/linearize.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/threshold.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_horiz.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_vert.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/resolve2.cg".
RetroArch: CG: Found semantic "POSITION" in prog #1.
RetroArch: CG: Found semantic "COLOR" in prog #1.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #1.
RetroArch: CG: Found semantic "POSITION" in prog #2.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #2.
RetroArch: CG: Found semantic "POSITION" in prog #3.
RetroArch: CG: Found semantic "COLOR" in prog #3.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #3.
RetroArch: CG: Found semantic "POSITION" in prog #4.
RetroArch: CG: Found semantic "COLOR" in prog #4.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #4.
RetroArch: CG: Found semantic "POSITION" in prog #5.
RetroArch: CG: Found semantic "COLOR" in prog #5.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #5.
RetroArch: CG: Found semantic "POSITION" in prog #6.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #6.
RetroArch: GL: Using 4 textures.
RetroArch: GL: Loaded 6 program(s).
RetroArch: Querying GL extension: ARB_framebuffer_object => exists
RetroArch: Creating FBO 0 @ 2048x2048
RetroArch: Creating FBO 1 @ 2048x1024
RetroArch: Creating FBO 2 @ 2048x1024
RetroArch: Creating FBO 3 @ 512x256
RetroArch: Creating FBO 4 @ 512x256
RetroArch: [GL]: FBO pass #0 is sRGB.
RetroArch: [GL]: FBO pass #1 is sRGB.
RetroArch: [GL]: FBO pass #2 is sRGB.
RetroArch: [GL]: FBO pass #3 is sRGB.
RetroArch: [GL]: FBO pass #4 is sRGB.
RetroArch: Found XInput v1.3.
RetroArch: Found XInput controller, player #0
RetroArch: Enumerating DInput joypads ...
RetroArch: Done enumerating DInput joypads ...
RetroArch: Joypad port #0 (XInput Controller (Player 1)) configured.
RetroArch: Found joypad driver: "winxinput".
RetroArch: Using font rendering backend: freetype.
RetroArch: DirectSound devices:
RetroArch:      0: Primary Sound Driver
RetroArch:      1: Digital Audio (S/PDIF) (High Definition Audio Device)
RetroArch:      2: Digital Audio (HDMI) (High Definition Audio Device)
RetroArch:      3: AMD HDMI Output (AMD High Definition Audio Device)
RetroArch: [DirectSound]: Setting buffer size of 12288 bytes
RetroArch: [DirectSound]: Latency = 64 ms
RetroArch: Sinc resampler [SSE]
RetroArch: SINC params (8 phase bits, 16 taps).
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: Opening playlist: .\configs\.retroarch-game-history.txt.
RetroArch: No content, starting dummy core.
RetroArch: Saving RAM type #0 to "fmtmarty -cdrm " D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.srm".
RetroArch: Saving RAM type #1 to "fmtmarty -cdrm " D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.rtc".
Retro unload_game
Retro DeInit
RetroArch: CG: Destroying programs.
RetroArch: CG: Destroying context.
RetroArch: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.
=== Build =======================================
Compiler: MinGW (4.9.1) 64-bit
Built: Aug 27 2014
Version: 1.0.0.2-2014-08-27
Git: 36e2b86
=================================================
RetroArch: [CPUID]: Vendor: GenuineIntel
RetroArch: [CPUID]: MMX:    1
RetroArch: [CPUID]: MMXEXT: 1
RetroArch: [CPUID]: SSE:    1
RetroArch: [CPUID]: SSE2:   1
RetroArch: [CPUID]: SSE3:   1
RetroArch: [CPUID]: SSSE3:  1
RetroArch: [CPUID]: SSE4:   1
RetroArch: [CPUID]: SSE4.2: 1
RetroArch: [CPUID]: AVX:    0
RetroArch: [CPUID]: AVX2:   0
RetroArch: Environ SET_PIXEL_FORMAT: RGB565.
RetroArch: Version of libretro API: 1
RetroArch: Compiled against API: 1
RetroArch: Set audio input rate to: 29975.00 Hz.
RetroArch: Found shader "D:\Executable\RetroArch\shaders/5xbr-retro.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/bead.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/blinky.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/pixellate.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/quilez.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/retro-v2.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/scanline.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/sharp-bilinear.cg"
RetroArch: Found shader "D:\Executable\RetroArch\shaders/stock.cg"
RetroArch: Video @ fullscreen
RetroArch: Found GL context: wgl
RetroArch: Detecting screen resolution 1280x720.
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: [GL]: Vendor: ATI Technologies Inc., Renderer: AMD Radeon HD 6800 Series.
RetroArch: [GL]: Version: 4.4.12874 Compatibility Profile Context 14.100.0.0.
RetroArch: [GL]: ATI card detected, skipping check for GL_RGB565 support.
RetroArch: Querying GL extension: ARB_sync => exists
RetroArch: Querying GL extension: ARB_texture_float => exists
RetroArch: Querying GL extension: EXT_texture_sRGB => exists
RetroArch: Querying GL extension: ARB_framebuffer_sRGB => exists
RetroArch: GL: Using resolution 1280x720
RetroArch: [GL]: Using Cg shader backend.
RetroArch: [Cg]: Vertex profile: arbvp1
RetroArch: [Cg]: Fragment profile: arbfp1
RetroArch: Loading Cg meta-shader: D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian-glow.cgp
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/linearize.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/crt-hyllian.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/threshold.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_horiz.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/../glow/blur_vert.cg".
RetroArch: Loading Cg shader: "D:\Executable\RetroArch\shaders/crt/crt-hyllian-glow/resolve2.cg".
RetroArch: CG: Found semantic "POSITION" in prog #1.
RetroArch: CG: Found semantic "COLOR" in prog #1.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #1.
RetroArch: CG: Found semantic "POSITION" in prog #2.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #2.
RetroArch: CG: Found semantic "POSITION" in prog #3.
RetroArch: CG: Found semantic "COLOR" in prog #3.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #3.
RetroArch: CG: Found semantic "POSITION" in prog #4.
RetroArch: CG: Found semantic "COLOR" in prog #4.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #4.
RetroArch: CG: Found semantic "POSITION" in prog #5.
RetroArch: CG: Found semantic "COLOR" in prog #5.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #5.
RetroArch: CG: Found semantic "POSITION" in prog #6.
RetroArch: CG: Found semantic "TEXCOORD0" in prog #6.
RetroArch: GL: Using 4 textures.
RetroArch: GL: Loaded 6 program(s).
RetroArch: Querying GL extension: ARB_framebuffer_object => exists
RetroArch: Creating FBO 0 @ 512x512
RetroArch: Creating FBO 1 @ 2048x1024
RetroArch: Creating FBO 2 @ 2048x1024
RetroArch: Creating FBO 3 @ 512x256
RetroArch: Creating FBO 4 @ 512x256
RetroArch: [GL]: FBO pass #0 is sRGB.
RetroArch: [GL]: FBO pass #1 is sRGB.
RetroArch: [GL]: FBO pass #2 is sRGB.
RetroArch: [GL]: FBO pass #3 is sRGB.
RetroArch: [GL]: FBO pass #4 is sRGB.
RetroArch: Found XInput v1.3.
RetroArch: Found XInput controller, player #0
RetroArch: Enumerating DInput joypads ...
RetroArch: Done enumerating DInput joypads ...
RetroArch: Joypad port #0 (XInput Controller (Player 1)) configured.
RetroArch: Found joypad driver: "winxinput".
RetroArch: Using font rendering backend: freetype.
RetroArch: DirectSound devices:
RetroArch:      0: Primary Sound Driver
RetroArch:      1: Digital Audio (S/PDIF) (High Definition Audio Device)
RetroArch:      2: Digital Audio (HDMI) (High Definition Audio Device)
RetroArch:      3: AMD HDMI Output (AMD High Definition Audio Device)
RetroArch: [DirectSound]: Setting buffer size of 12288 bytes
RetroArch: [DirectSound]: Latency = 64 ms
RetroArch: Sinc resampler [SSE]
RetroArch: SINC params (8 phase bits, 16 taps).
RetroArch: SRAM will not be saved.
RetroArch: Opening playlist: .\configs\.retroarch-game-history.txt.
RetroArch: Found #pragma parameter Input Gamma (GAMMA) 2.400000 2.000000 2.600000 0.020000
RetroArch: Found #pragma parameter Dilation Strength (DILATION_STRENGTH) 0.900000 0.000000 1.000000 0.050000
RetroArch: Found #pragma parameter Sharpness Hack (SHARPNESS) 1.000000 1.000000 2.000000 1.000000
RetroArch: Found #pragma parameter Red Boost (RED_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Green Boost (GREEN_BOOST) 1.000000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Scanline Strength (SCANLINES_STRENGTH) 0.900000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Min. Beam Width (BEAM_MIN_WIDTH) 0.100000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Max Beam Width (BEAM_MAX_WIDTH) 0.400000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Color Boost (COLOR_BOOST) 1.200000 1.000000 2.000000 0.050000
RetroArch: Found #pragma parameter Beam Width Sensitivity (BEAM_WIDTH_SENSITIVITY) 0.500000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter CRT TV Blue Tint (CRT_TV_BLUE_TINT) 1.050000 1.000000 2.000000 0.010000
RetroArch: Found #pragma parameter Glow Whitepoint (GLOW_WHITEPOINT) 1.000000 0.500000 1.100000 0.020000
RetroArch: Found #pragma parameter Glow Rolloff (GLOW_ROLLOFF) 3.000000 1.200000 6.000000 0.100000
RetroArch: Found #pragma parameter Bloom Strength (BLOOM_STRENGTH) 0.450000 0.000000 1.000000 0.010000
RetroArch: Found #pragma parameter Bloom Color Boost (SOURCE_BOOST) 1.150000 1.000000 1.300000 0.010000
RetroArch: GL VSync => on
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: GL VSync => on
RetroArch: [WGL]: wglSwapInterval(1)
RetroArch: Saving config at path: ".\configs\mess.cfg"
RetroArch: CG: Destroying programs.
RetroArch: CG: Destroying context.
RetroArch: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.


.\retroarch -v -c .\configs\mess.cfg "fmtmarty -cdrm \"D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue" -rompath D:\ROMS\MESS\ "

you use " for opening but not for ending in “D:ROMS…” , you have to use both , for opening and ending a double quote inside a double quote . then you use -cdrm , and you have to use -cdrom. edit: cdrm seems to be valid , but can you test with closing your rom path with like ".


.\retroarch -v -c .\configs\mess.cfg "fmtmarty -cdrm \"D:\ROMS\FM Towns\Games\Tatsujin Ou\Tatsujin Ou.cue\" -rompath D:\ROMS\MESS\ "

No matter what I try, I still can’t get it to load from the prompt. I’ve tried multiple versions of RetroArch, every little change of syntax I can think of, gone over all the configs, paths, even tried alternate command line interpreters. I am absolutely stumped. Anyway, I give up for the moment.

Thanks for the help though everyone.