Loading
mame: fix darwin build
coreaudio_sound.cpp compares __MAC_OS_X_VERSION_MIN_REQUIRED to 1200 instead of 120000, causing it to try to use a constant that isn't actually defined yet when targeting macOS 11 like Nixpkgs does. Backport mamedev/mame#13890 until the next time we update MAME.