Skip to content

Compiling MAME, how to specifically use the SUBTARGET and SOURCEFILTER parameters. #206

Answered by cuavas
wolffy1998 asked this question in Q&A
Discussion options

You must be logged in to vote

If you provide the SOURCES=... or SOURCEFILTER=... it will use that directly.

If you set SUBTARGET but don’t set don’t set SOURCES or SOURCEFILTER, it will look for corresponding Lua and lst files (e.g. see how SUBTARGET=tiny uses scripts/target/mame/tiny.lua and src/mame/tiny.lst). If that fails, it will look for a corresponding flt file (e.g. see how SUBTARGET=virtual uses src/mame/virtual.flt – there are no corresponding Lua and lst files).

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cuavas
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wolffy1998
Comment options

Answer selected by wolffy1998
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants