Open
Description
During the translation I've notice this undocumented options for SDL:
-unevenstretchx
-unevenstretchy
-autostretchxy
-intoverscan
-intscalex
-intscaley
-pa_api
-pa_device
-pa_latency
-useallheads
-renderdriver
And for Windows that I've noticed so far, if there are more, please advise:
-bgfx_avi_name
-menu
-profile
The option -showusage
have some very basic descriptions, but lack any default values, references, etc. -profile
is a special case since there's not much detail about it, where is created, how, etc.
- Macros
As described in the manual:
https://github.com/mamedev/mame/blob/master/docs/source/techspecs/device_memory_interface.rst
Does any of the MCFG_* still valid?
Thank you.