1
General / Re: Screen not returning to Attract-Mode when exiting MAME
« on: July 24, 2018, 07:00:27 PM »
Not sure what else might help... Here is the "general" form attract.cfg..
and the mame.cfg
And one other thing that i found was giving me issues.. Somehow my shortcut for AM was setting the wrong working path.. (most my settings had hard path.. so still worked) But i did correct that with my rebuild.. Fixed a few other annoyance issues..
Code: [Select]
general
language en
exit_command
default_font arial
font_path %SYSTEMROOT%/Fonts/
screen_saver_timeout 600
displays_menu_exit yes
hide_brackets yes
startup_mode default
confirm_favourites yes
confirm_exit yes
mouse_threshold 10
joystick_threshold 75
window_mode default
filter_wrap_mode default
track_usage yes
multiple_monitors no
smooth_images yes
accelerate_selection yes
selection_speed_ms 40
scrape_snaps yes
scrape_marquees yes
scrape_flyers yes
scrape_wheels yes
scrape_fanart no
scrape_videos no
scrape_overview yes
hide_console no
video_decoder
menu_prompt Displays Menu
menu_layout nevato
and the mame.cfg
Code: [Select]
executable c:\retro\mame\mame64.exe
args [name]
workdir c:\retro\mame
rompath c:\retro\mame\roms
romext .zip;.7z;<DIR>
system Arcade
info_source listxml
import_extras c:\retro\mame\catver.ini
artwork flyer
artwork marquee C:\Retro\Mame\marquee
artwork snap C:\Retro\Mame\snap
artwork wheel C:\Retro\Mame\wheel
And one other thing that i found was giving me issues.. Somehow my shortcut for AM was setting the wrong working path.. (most my settings had hard path.. so still worked) But i did correct that with my rebuild.. Fixed a few other annoyance issues..