We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ac559 commit 8450d64Copy full SHA for 8450d64
src/frontend/mame/ui/info.cpp
@@ -38,7 +38,8 @@ namespace {
38
39
constexpr machine_flags::type MACHINE_ERRORS = machine_flags::MECHANICAL;
40
constexpr machine_flags::type MACHINE_WARNINGS = machine_flags::NO_COCKTAIL | machine_flags::REQUIRES_ARTWORK;
41
-constexpr machine_flags::type MACHINE_BTANB = machine_flags::NO_SOUND_HW | machine_flags::IS_INCOMPLETE;
+//constexpr machine_flags::type MACHINE_BTANB = machine_flags::NO_SOUND_HW | machine_flags::IS_INCOMPLETE;
42
+constexpr machine_flags::type MACHINE_BTANB = machine_flags::IS_INCOMPLETE; // 2025-08-23
43
constexpr device_t::flags_type DEVICE_ERRORS = device_t::flags::NOT_WORKING;
44
45
constexpr std::pair<device_t::feature_type, char const *> FEATURE_NAMES[] = {
0 commit comments