summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/ymfm/src/ymfm_opn.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/ymfm/src/ymfm_opn.h')
-rw-r--r--3rdparty/ymfm/src/ymfm_opn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/ymfm/src/ymfm_opn.h b/3rdparty/ymfm/src/ymfm_opn.h
index 5fb3497b278..f4136c731b2 100644
--- a/3rdparty/ymfm/src/ymfm_opn.h
+++ b/3rdparty/ymfm/src/ymfm_opn.h
@@ -644,6 +644,8 @@ protected:
class ym2610
{
+ static constexpr uint8_t EOS_FLAGS_MASK = 0xbf;
+
public:
using fm_engine = fm_engine_base<opna_registers>;
static constexpr uint32_t FM_OUTPUTS = fm_engine::OUTPUTS;