Page 1 of 1

NOAFS vs. FS 0

Posted: Tue Sep 01, 2015 11:08 am
by xelnia
Just a question regarding some command line options for MAME:

Out of habit (and maybe for redundancy), while recording inps I always use both

Code: Select all

-noafs
and

Code: Select all

-fs 0
Is one better than the other? Is there anything positive and/or negative in using both? Looking at the usage options it seems that setting any value for frameskip means that autoframeskip must be disabled anyway...so it seems like I should just use one or the other.

Thanks for your help.

Re: NOAFS vs. FS 0

Posted: Tue Sep 01, 2015 8:15 pm
by mahlemiut
-fs is really only useful with -noafs. -afs will change the frameskip level (which is set by -fs) based on how fast MAME is running. If you use -fs 5 with -afs, then MAME will steadily lower the frameskip automatically if it is running at 100%, until it reaches fskip 0. -noafs will stop that automatic changing of frameskip level, and it will remain at fskip 5. Of course, you can still change frameskip level by pressing F8 or F9.