render/bgfx/chainmanager.cpp: Only treat source file or more sepecific
INI as higher priority than CFG file for setting screen chains.
sega/model2.cpp, taito/taitocchip.cpp: Got rid of bankdev.
Adjusted some doucmentation files.
[](https://gitter.im/mamedev/mame?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Build status:
Continuous integration build status:
| OS/Compiler | Status |
| ------------- |:-------------:|
| Linux/GCC and clang | /badge.svg) |
Static analysis status for entire build (except for third-party parts of project):
@ -33,27 +34,21 @@ If you're on a UNIX-like system (including Linux and macOS), it could be as easy
make
```
for a MAME build,
for a full build,
```
make SUBTARGET=arcade
make SUBTARGET=tiny
```
for an arcade-only build, or
```
make SUBTARGET=mess
```
for a MESS build.
for a build including a small subset of supported systems.
See the [Compiling MAME](http://docs.mamedev.org/initialsetup/compilingmame.html) page on our documentation site for more information, including prerequisites for macOS and popular Linux distributions.
For recent versions of macOS you need to install [Xcode](https://developer.apple.com/xcode/) including command-line tools and [SDL 2.0](https://www.libsdl.org/download-2.0.php).
For recent versions of macOS you need to install [Xcode](https://developer.apple.com/xcode/) including command-line tools and [SDL 2.0](https://github.com/libsdl-org/SDL/releases/latest).
For Windows users, we provide a ready-made [build environment](http://mamedev.org/tools/) based on MinGW-w64.
For Windows users, we provide a ready-made [build environment](http://www.mamedev.org/tools/) based on MinGW-w64.
Visual Studio builds are also possible, but you still need [build environment](http://mamedev.org/tools/) based on MinGW-w64.
Visual Studio builds are also possible, but you still need [build environment](http://www.mamedev.org/tools/) based on MinGW-w64.
In order to generate solution and project files just run:
```
@ -69,7 +64,7 @@ make vs2019 MSBUILD=1
Where can I find out more?
=============
* [Official MAME Development Team Site](https://mamedev.org/) (includes binary downloads, wiki, forums, and more)
* [Official MAME Development Team Site](https://www.mamedev.org/) (includes binary downloads, wiki, forums, and more)
* [Official MESS Wiki](http://mess.redump.net/)
* [MAME Testers](https://mametesters.org/) (official bug tracker for MAME and MESS)