MANIFEST.in
setup.cfg
setup.py
mpf/__init__.py
mpf/__main__.py
mpf/_version.py
mpf/mpfconfig.yaml
mpf.egg-info/PKG-INFO
mpf.egg-info/SOURCES.txt
mpf.egg-info/dependency_links.txt
mpf.egg-info/entry_points.txt
mpf.egg-info/not-zip-safe
mpf.egg-info/requires.txt
mpf.egg-info/top_level.txt
mpf/assets/__init__.py
mpf/assets/show.py
mpf/commands/__init__.py
mpf/commands/both.py
mpf/commands/core.py
mpf/commands/game.py
mpf/commands/migrate.py
mpf/config_players/__init__.py
mpf/config_players/coil_player.py
mpf/config_players/device_config_player.py
mpf/config_players/event_player.py
mpf/config_players/flasher_player.py
mpf/config_players/flat_config_player.py
mpf/config_players/gi_player.py
mpf/config_players/led_player.py
mpf/config_players/light_player.py
mpf/config_players/plugin_player.py
mpf/config_players/random_event_player.py
mpf/config_players/show_player.py
mpf/config_players/trigger_player.py
mpf/core/__init__.py
mpf/core/assets.py
mpf/core/async_mode.py
mpf/core/ball_controller.py
mpf/core/ball_search.py
mpf/core/case_insensitive_dict.py
mpf/core/clock.py
mpf/core/config_player.py
mpf/core/config_processor.py
mpf/core/config_spec.py
mpf/core/config_validator.py
mpf/core/data_manager.py
mpf/core/delays.py
mpf/core/device.py
mpf/core/device_manager.py
mpf/core/device_monitor.py
mpf/core/events.py
mpf/core/file_manager.py
mpf/core/logic_blocks.py
mpf/core/machine.py
mpf/core/mode.py
mpf/core/mode_controller.py
mpf/core/mode_device.py
mpf/core/mode_timer.py
mpf/core/mpf_controller.py
mpf/core/platform.py
mpf/core/player.py
mpf/core/rgb_color.py
mpf/core/scoring.py
mpf/core/scriptlet.py
mpf/core/service_controller.py
mpf/core/settings_controller.py
mpf/core/shot_profile_manager.py
mpf/core/show_controller.py
mpf/core/switch_controller.py
mpf/core/system_wide_device.py
mpf/core/utility_functions.py
mpf/core/bcp/__init__.py
mpf/core/bcp/bcp.py
mpf/core/bcp/bcp_client.py
mpf/core/bcp/bcp_interface.py
mpf/core/bcp/bcp_server.py
mpf/core/bcp/bcp_socket_client.py
mpf/core/bcp/bcp_transport.py
mpf/devices/__init__.py
mpf/devices/accelerometer.py
mpf/devices/achievement.py
mpf/devices/autofire.py
mpf/devices/ball_device.py
mpf/devices/ball_lock.py
mpf/devices/ball_save.py
mpf/devices/diverter.py
mpf/devices/driver.py
mpf/devices/drop_target.py
mpf/devices/dual_wound_coil.py
mpf/devices/extra_ball.py
mpf/devices/flasher.py
mpf/devices/flipper.py
mpf/devices/gi.py
mpf/devices/led.py
mpf/devices/led_group.py
mpf/devices/matrix_light.py
mpf/devices/motor.py
mpf/devices/multiball.py
mpf/devices/physical_dmd.py
mpf/devices/physical_rgb_dmd.py
mpf/devices/playfield.py
mpf/devices/playfield_transfer.py
mpf/devices/score_reel.py
mpf/devices/score_reel_controller.py
mpf/devices/score_reel_group.py
mpf/devices/servo.py
mpf/devices/shot.py
mpf/devices/shot_group.py
mpf/devices/switch.py
mpf/file_interfaces/__init__.py
mpf/file_interfaces/yaml_interface.py
mpf/migrator/__init__.py
mpf/migrator/config_version_3.py
mpf/migrator/config_version_4.py
mpf/migrator/config_versions.yaml
mpf/migrator/migrator.py
mpf/modes/__init__.py
mpf/modes/attract/__init__.py
mpf/modes/attract/code/__init__.py
mpf/modes/attract/code/attract.py
mpf/modes/attract/config/attract.yaml
mpf/modes/bonus/__init__.py
mpf/modes/bonus/code/__init__.py
mpf/modes/bonus/code/bonus.py
mpf/modes/bonus/config/bonus.yaml
mpf/modes/carousel/__init__.py
mpf/modes/carousel/code/__init__.py
mpf/modes/carousel/code/carousel.py
mpf/modes/credits/__init__.py
mpf/modes/credits/code/__init__.py
mpf/modes/credits/code/credits.py
mpf/modes/credits/config/credits.yaml
mpf/modes/game/__init__.py
mpf/modes/game/code/__init__.py
mpf/modes/game/code/game.py
mpf/modes/game/config/game.yaml
mpf/modes/high_score/__init__.py
mpf/modes/high_score/code/__init__.py
mpf/modes/high_score/code/high_score.py
mpf/modes/high_score/config/high_score.yaml
mpf/modes/high_score/images/back_arrow_7x7.png
mpf/modes/high_score/images/back_arrow_7x7_selected.png
mpf/modes/high_score/images/end_11x7.png
mpf/modes/high_score/images/end_11x7_selected.png
mpf/modes/service/__init__.py
mpf/modes/service/code/__init__.py
mpf/modes/service/code/service.py
mpf/modes/service/config/service.yaml
mpf/modes/service/sounds/power_off.ogg
mpf/modes/tilt/__init__.py
mpf/modes/tilt/code/__init__.py
mpf/modes/tilt/code/tilt.py
mpf/modes/tilt/config/tilt.yaml
mpf/platforms/__init__.py
mpf/platforms/base_serial_communicator.py
mpf/platforms/fadecandy.py
mpf/platforms/i2c_servo_controller.py
mpf/platforms/openpixel.py
mpf/platforms/p3_roc.py
mpf/platforms/p_roc.py
mpf/platforms/p_roc_common.py
mpf/platforms/p_roc_devices.py
mpf/platforms/pololu_maestro.py
mpf/platforms/smart_virtual.py
mpf/platforms/smartmatrix.py
mpf/platforms/snux.py
mpf/platforms/virtual.py
mpf/platforms/fast/__init__.py
mpf/platforms/fast/fast.py
mpf/platforms/fast/fast_defines.py
mpf/platforms/fast/fast_dmd.py
mpf/platforms/fast/fast_driver.py
mpf/platforms/fast/fast_gi.py
mpf/platforms/fast/fast_io_board.py
mpf/platforms/fast/fast_led.py
mpf/platforms/fast/fast_light.py
mpf/platforms/fast/fast_serial_communicator.py
mpf/platforms/fast/fast_servo.py
mpf/platforms/fast/fast_switch.py
mpf/platforms/interfaces/__init__.py
mpf/platforms/interfaces/dmd_platform.py
mpf/platforms/interfaces/driver_platform_interface.py
mpf/platforms/interfaces/gi_platform_interface.py
mpf/platforms/interfaces/matrix_light_platform_interface.py
mpf/platforms/interfaces/rgb_led_platform_interface.py
mpf/platforms/interfaces/servo_platform_interface.py
mpf/platforms/interfaces/switch_platform_interface.py
mpf/platforms/opp/__init__.py
mpf/platforms/opp/opp.py
mpf/platforms/opp/opp_coil.py
mpf/platforms/opp/opp_incand.py
mpf/platforms/opp/opp_neopixel.py
mpf/platforms/opp/opp_rs232_intf.py
mpf/platforms/opp/opp_switch.py
mpf/platforms/pinproc/osx/pinproc.so
mpf/platforms/pinproc/x64/pinproc.pyd
mpf/platforms/pinproc/x86/pinproc.pyd
mpf/plugins/__init__.py
mpf/plugins/auditor.py
mpf/plugins/info_lights.py
mpf/plugins/osc.py
mpf/plugins/switch_player.py
mpf/pyserial_asyncio/setup.py
mpf/pyserial_asyncio/documentation/conf.py
mpf/pyserial_asyncio/documentation/pyserial-asyncio.png
mpf/pyserial_asyncio/serial_asyncio/__init__.py
mpf/pyserial_asyncio/test/__init__.py
mpf/pyserial_asyncio/test/test_asyncio.py
mpf/tests/MpfBcpTestCase.py
mpf/tests/MpfFakeGameTestCase.py
mpf/tests/MpfGameTestCase.py
mpf/tests/MpfMachineTestCase.py
mpf/tests/MpfShowTestCase.py
mpf/tests/MpfTestCase.py
mpf/tests/README.md
mpf/tests/TestDataManager.py
mpf/tests/__init__.py
mpf/tests/loop.py
mpf/tests/test_Accelerometer.py
mpf/tests/test_Achievement.py
mpf/tests/test_AssetManager.py
mpf/tests/test_Auditor.py
mpf/tests/test_Autofire.py
mpf/tests/test_BallController.py
mpf/tests/test_BallDevice.py
mpf/tests/test_BallDeviceAutoManualPlunger.py
mpf/tests/test_BallDeviceEventConfirmation.py
mpf/tests/test_BallDeviceHoldCoil.py
mpf/tests/test_BallDeviceJamSwitch.py
mpf/tests/test_BallDeviceManualWithTarget.py
mpf/tests/test_BallDeviceNoPlungerSwitch.py
mpf/tests/test_BallDeviceRouting.py
mpf/tests/test_BallDeviceSingle.py
mpf/tests/test_BallDeviceSwitchConfirmation.py
mpf/tests/test_BallDeviceTriggerEvents.py
mpf/tests/test_BallDevice_SmartVirtual.py
mpf/tests/test_BallLock.py
mpf/tests/test_BallSave.py
mpf/tests/test_BallSearch.py
mpf/tests/test_BcpInterface.py
mpf/tests/test_BcpMc.py
mpf/tests/test_BcpServer.py
mpf/tests/test_BcpSocketClient.py
mpf/tests/test_Bonus.py
mpf/tests/test_CarouselMode.py
mpf/tests/test_Clock.py
mpf/tests/test_CoilPlayer.py
mpf/tests/test_Commands.py
mpf/tests/test_Config.py
mpf/tests/test_ConfigMissingVersion.py
mpf/tests/test_ConfigOldVersion.py
mpf/tests/test_ConfigPlayers.py
mpf/tests/test_CreditsMode.py
mpf/tests/test_DataManager.py
mpf/tests/test_Delay.py
mpf/tests/test_DeviceCollection.py
mpf/tests/test_DeviceDriver.py
mpf/tests/test_DeviceFlasher.py
mpf/tests/test_DeviceGI.py
mpf/tests/test_DeviceLED.py
mpf/tests/test_DeviceManager.py
mpf/tests/test_DeviceMatrixLight.py
mpf/tests/test_Diverter.py
mpf/tests/test_DropTargets.py
mpf/tests/test_DualWoundCoil.py
mpf/tests/test_EventManager.py
mpf/tests/test_EventPlayer.py
mpf/tests/test_ExtraBall.py
mpf/tests/test_Fadecandy.py
mpf/tests/test_Fast.py
mpf/tests/test_Flippers.py
mpf/tests/test_GottliebTrough.py
mpf/tests/test_Head2Head.py
mpf/tests/test_HighScoreMode.py
mpf/tests/test_InfoLights.py
mpf/tests/test_LedGroups.py
mpf/tests/test_LedPlayer.py
mpf/tests/test_LogicBlocks.py
mpf/tests/test_MachineVariables.py
mpf/tests/test_MigratedConfig1.py
mpf/tests/test_Migrator.py
mpf/tests/test_ModeTimer.py
mpf/tests/test_Modes.py
mpf/tests/test_ModesConfigValidation.py
mpf/tests/test_Motors.py
mpf/tests/test_MpfTestCase.py
mpf/tests/test_MultiBall.py
mpf/tests/test_OPP.py
mpf/tests/test_OSC.py
mpf/tests/test_Openpixel.py
mpf/tests/test_P3_Roc.py
mpf/tests/test_P_Roc.py
mpf/tests/test_PhysicalDmd.py
mpf/tests/test_Platform.py
mpf/tests/test_Playfield.py
mpf/tests/test_PlayfieldTransfer.py
mpf/tests/test_PluginConfigPlayer.py
mpf/tests/test_PololuMaestro.py
mpf/tests/test_RGBColor.py
mpf/tests/test_ScoreReels.py
mpf/tests/test_Scoring.py
mpf/tests/test_Scriptlets.py
mpf/tests/test_ServiceMode.py
mpf/tests/test_Servo.py
mpf/tests/test_ShotGroups.py
mpf/tests/test_Shots.py
mpf/tests/test_Shows.py
mpf/tests/test_SmartVirtualPlatform.py
mpf/tests/test_Snux.py
mpf/tests/test_SwitchController.py
mpf/tests/test_SwitchPlayer.py
mpf/tests/test_System11Trough.py
mpf/tests/test_Tilt.py
mpf/tests/test_TooLongExitCountDelay.py
mpf/tests/test_Utility_Functions.py
mpf/tests/test_Virtual.py
mpf/tests/test_YamlInterface.py
mpf/tests/machine_files/accelerometer/config/config.yaml
mpf/tests/machine_files/achievement/config/config.yaml
mpf/tests/machine_files/achievement/modes/base/config/base.yaml
mpf/tests/machine_files/asset_manager/config/test_asset_loading.yaml
mpf/tests/machine_files/asset_manager/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/asset_manager/modes/mode1/shows/show6.yaml
mpf/tests/machine_files/asset_manager/modes/mode1/shows/custom1/show8.yaml
mpf/tests/machine_files/asset_manager/modes/mode1/shows/mode_start/show9.yaml
mpf/tests/machine_files/asset_manager/modes/mode1/shows/on_demand/show10.yaml
mpf/tests/machine_files/asset_manager/modes/mode1/shows/preload/show7.yaml
mpf/tests/machine_files/asset_manager/shows/show1.yaml
mpf/tests/machine_files/asset_manager/shows/show12.yaml
mpf/tests/machine_files/asset_manager/shows/show2.yaml
mpf/tests/machine_files/asset_manager/shows/show3.yaml
mpf/tests/machine_files/asset_manager/shows/custom1/show11.yaml
mpf/tests/machine_files/asset_manager/shows/custom1/show13.yaml
mpf/tests/machine_files/asset_manager/shows/on_demand/show5.yaml
mpf/tests/machine_files/asset_manager/shows/preload/show4.yaml
mpf/tests/machine_files/auditor/config/config.yaml
mpf/tests/machine_files/autofire/config/config.yaml
mpf/tests/machine_files/ball_controller/config/config.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_auto_manual_plunger.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_event_confirmation.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_jam_switch.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_manual_with_target.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_no_plunger_switch.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_routing.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_switch_confirmation.yaml
mpf/tests/machine_files/ball_device/config/test_ball_device_trigger_events.yaml
mpf/tests/machine_files/ball_device/config/test_gottlieb_trough.yaml
mpf/tests/machine_files/ball_device/config/test_gottlieb_trough_with_initial_balls.yaml
mpf/tests/machine_files/ball_device/config/test_hold_coil.yaml
mpf/tests/machine_files/ball_device/config/test_single_device.yaml
mpf/tests/machine_files/ball_device/config/test_system_11_trough.yaml
mpf/tests/machine_files/ball_device/config/test_too_long_exit_count_delay.yaml
mpf/tests/machine_files/ball_lock/config/test_ball_lock.yaml
mpf/tests/machine_files/ball_lock/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/ball_save/config/config.yaml
mpf/tests/machine_files/ball_save/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/ball_search/config/config.yaml
mpf/tests/machine_files/bcp/config/config.yaml
mpf/tests/machine_files/bonus/config/config.yaml
mpf/tests/machine_files/bonus/modes/bonus/config/bonus.yaml
mpf/tests/machine_files/bonus/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/carousel/config/config.yaml
mpf/tests/machine_files/carousel/modes/carousel/config/carousel.yaml
mpf/tests/machine_files/coil_player/config/coil_player.yaml
mpf/tests/machine_files/config_interface/config/test_config_interface.yaml
mpf/tests/machine_files/config_interface/config/test_config_interface_missing_version.yaml
mpf/tests/machine_files/config_interface/config/test_config_interface_old_version.yaml
mpf/tests/machine_files/config_players/config/test_config_players.yaml
mpf/tests/machine_files/config_players/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/config_players/modes/mode1/shows/mode1_show.yaml
mpf/tests/machine_files/config_players/modes/mode2/config/mode2.yaml
mpf/tests/machine_files/config_players/shows/show1.yaml
mpf/tests/machine_files/credits/config/config.yaml
mpf/tests/machine_files/credits/config/config_freeplay.yaml
mpf/tests/machine_files/credits/modes/credits/config/config.yaml
mpf/tests/machine_files/device/config/config.yaml
mpf/tests/machine_files/device/config/config_dual_wound_coil.yaml
mpf/tests/machine_files/device_collection/config/test_device_collection.yaml
mpf/tests/machine_files/diverter/config/config.yaml
mpf/tests/machine_files/diverter/config/test_activation_switch_and_eject_confirm_switch.yaml
mpf/tests/machine_files/diverter/config/test_diverter_auto_disable.yaml
mpf/tests/machine_files/diverter/config/test_diverter_dual_wound_coil.yaml
mpf/tests/machine_files/diverter/config/test_diverter_with_switch.yaml
mpf/tests/machine_files/diverter/config/test_eject_to_oposide_sides.yaml
mpf/tests/machine_files/diverter/config/test_hold_activation_time.yaml
mpf/tests/machine_files/diverter/config/test_hold_no_activation_time.yaml
mpf/tests/machine_files/diverter/config/test_pulsed_activation_time.yaml
mpf/tests/machine_files/drop_targets/config/test_drop_targets.yaml
mpf/tests/machine_files/drop_targets/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/event_manager/config/test_event_manager.yaml
mpf/tests/machine_files/event_manager/modes/test_mode/config/test_mode.yaml
mpf/tests/machine_files/event_players/config/test_event_player.yaml
mpf/tests/machine_files/extra_ball/config/config.yaml
mpf/tests/machine_files/extra_ball/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/fast/config/config.yaml
mpf/tests/machine_files/flippers/config/config.yaml
mpf/tests/machine_files/head2head/config/config.yaml
mpf/tests/machine_files/high_score/config/high_score.yaml
mpf/tests/machine_files/high_score/modes/high_score/config/high_score.yaml
mpf/tests/machine_files/info_lights/config/config.yaml
mpf/tests/machine_files/led/config/led.yaml
mpf/tests/machine_files/led/config/led_groups.yaml
mpf/tests/machine_files/led_player/config/led_player.yaml
mpf/tests/machine_files/led_player/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/logic_blocks/config/config.yaml
mpf/tests/machine_files/logic_blocks/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/migrator/config/test_config1_v4.yaml
mpf/tests/machine_files/migrator/config/test_show1_v4.yaml
mpf/tests/machine_files/migrator/config_v3/test_config1_v3.yaml
mpf/tests/machine_files/migrator/config_v3/test_show1_v3.yaml
mpf/tests/machine_files/migrator/shows/attract_dmd_loop.yaml
mpf/tests/machine_files/migrator/shows/multiball_sweep.yaml
mpf/tests/machine_files/migrator/shows/random_flashing.yaml
mpf/tests/machine_files/mode_tests/config/test_broken_mode_config.yaml
mpf/tests/machine_files/mode_tests/config/test_loading_invalid_modes.yaml
mpf/tests/machine_files/mode_tests/config/test_missing_mode_section.yaml
mpf/tests/machine_files/mode_tests/config/test_mode_timers.yaml
mpf/tests/machine_files/mode_tests/config/test_modes.yaml
mpf/tests/machine_files/mode_tests/modes/broken_mode2/config/broken_mode2.yaml
mpf/tests/machine_files/mode_tests/modes/broken_mode/config/broken_mode.yaml
mpf/tests/machine_files/mode_tests/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/mode_tests/modes/mode1/config/test.yaml
mpf/tests/machine_files/mode_tests/modes/mode2/config/mode2.yaml
mpf/tests/machine_files/mode_tests/modes/mode3/code/mode3.py
mpf/tests/machine_files/mode_tests/modes/mode3/config/mode3.yaml
mpf/tests/machine_files/mode_tests/modes/mode4/config/mode4.yaml
mpf/tests/machine_files/mode_tests/modes/mode_with_timers2/config/mode_with_timers2.yaml
mpf/tests/machine_files/mode_tests/modes/mode_with_timers/config/mode_with_timers.yaml
mpf/tests/machine_files/motor/config/config.yaml
mpf/tests/machine_files/mpftestcase/config/test_mpftestcase.yaml
mpf/tests/machine_files/multiball/config/config.yaml
mpf/tests/machine_files/multiball/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/multiball/modes/mode2/config/mode2.yaml
mpf/tests/machine_files/null/config/null.yaml
mpf/tests/machine_files/openpixel/config/config.yaml
mpf/tests/machine_files/openpixel/config/fadecandy.yaml
mpf/tests/machine_files/opp/config/config.yaml
mpf/tests/machine_files/osc/config/config.yaml
mpf/tests/machine_files/osc/config/game.yaml
mpf/tests/machine_files/osc/config/wpc.yaml
mpf/tests/machine_files/p3_roc/config/config.yaml
mpf/tests/machine_files/p_roc/config/config.yaml
mpf/tests/machine_files/p_roc/config/wpc.yaml
mpf/tests/machine_files/physical_dmd/config/testPhysicalDmd.yaml
mpf/tests/machine_files/physical_dmd/config/testPhysicalRgbDmd.yaml
mpf/tests/machine_files/platform/config/test_platform.yaml
mpf/tests/machine_files/platform/config/test_virtual.yaml
mpf/tests/machine_files/playfield/config/test_playfield.yaml
mpf/tests/machine_files/playfield_transfer/config/config.yaml
mpf/tests/machine_files/plugin_config_player/config/plugin_config_player.yaml
mpf/tests/machine_files/plugin_config_player/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/plugin_config_player/modes/mode1/shows/show2.yaml
mpf/tests/machine_files/plugin_config_player/shows/show1.yaml
mpf/tests/machine_files/pololu_maestro/config/pololu_maestro.yaml
mpf/tests/machine_files/score_reels/config/config.yaml
mpf/tests/machine_files/scoring/config/config.yaml
mpf/tests/machine_files/scoring/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/scoring/modes/mode2/config/mode2.yaml
mpf/tests/machine_files/scriptlets/config/config.yaml
mpf/tests/machine_files/scriptlets/scriptlets/test_scriptlet.py
mpf/tests/machine_files/service_mode/config/config.yaml
mpf/tests/machine_files/servo/config/config.yaml
mpf/tests/machine_files/shots/config/test_shot_groups.yaml
mpf/tests/machine_files/shots/config/test_shots.yaml
mpf/tests/machine_files/shots/modes/base/config/base.yaml
mpf/tests/machine_files/shots/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/shots/modes/mode2/config/mode2.yaml
mpf/tests/machine_files/shots/modes/mode_shot_groups/config/mode_shot_groups.yaml
mpf/tests/machine_files/shows/config/test_shows.yaml
mpf/tests/machine_files/shows/modes/mode1/config/mode1.yaml
mpf/tests/machine_files/shows/modes/mode2/config/mode2.yaml
mpf/tests/machine_files/shows/modes/mode3/config/mode3.yaml
mpf/tests/machine_files/shows/shows/8linesweep.yaml
mpf/tests/machine_files/shows/shows/myparentshow.yaml
mpf/tests/machine_files/shows/shows/test_show1.yaml
mpf/tests/machine_files/shows/shows/test_show2.yaml
mpf/tests/machine_files/shows/shows/test_show3.yaml
mpf/tests/machine_files/shows/shows/on_demand/mychildshow.yaml
mpf/tests/machine_files/smart_virtual_platform/config/test_smart_virtual.yaml
mpf/tests/machine_files/smart_virtual_platform/config/test_smart_virtual_initial.yaml
mpf/tests/machine_files/snux/config/config.yaml
mpf/tests/machine_files/switch_controller/config/config.yaml
mpf/tests/machine_files/switch_player/config/config.yaml
mpf/tests/machine_files/tilt/config/config.yaml
mpf/tests/machine_files/tilt/modes/tilt/config/tilt.yaml