Skip to content

Commit 8450d64

Browse files
committed
if no_sound_hw is the only issue, get rid of empty warning box
1 parent 54ac559 commit 8450d64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/frontend/mame/ui/info.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ namespace {
3838

3939
constexpr machine_flags::type MACHINE_ERRORS = machine_flags::MECHANICAL;
4040
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;
41+
//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
4243
constexpr device_t::flags_type DEVICE_ERRORS = device_t::flags::NOT_WORKING;
4344

4445
constexpr std::pair<device_t::feature_type, char const *> FEATURE_NAMES[] = {

0 commit comments

Comments
 (0)