Author Topic: AM screen stays on screen when mame launched/running  (Read 2961 times)

vthyng

  • Newbie
  • *
  • Posts: 7
    • View Profile
AM screen stays on screen when mame launched/running
« on: August 25, 2016, 08:41:35 PM »
Pi3, with this build
Jessie pi image
connect wifi
apt-get update
apt-get install dialog
compile sfml-pi
compile attract
locale, timezome, wifi country, keyboard
copy RetroPie/RetroArch files from floob image (mainly to get adv-mame and config files)

adv-mame launchs fine from command prompt.

When I launch adv-mame directly from AM, I can hear the game starting in the background, and my controls work to add coin, start game, and quit out of the game, but I still see AM.  If I use runcommand.sh 0 _SYS_ mame-advmame [romfilename], AM seems to pass control or runcommand is able to take over the tty, as I would want it to.

Thanks

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: AM screen stays on screen when mame launched/running
« Reply #1 on: August 25, 2016, 09:00:28 PM »
Configure-->General-->Window Mode = Full Screen

See this post http://forum.attractmode.org/index.php?topic=869.msg6724#msg6724

vthyng

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: AM screen stays on screen when mame launched/running
« Reply #2 on: August 27, 2016, 08:55:18 AM »
Thank you, that did resolve it!