Skip to content

Conversation

@holub
Copy link
Contributor

@holub holub commented Oct 22, 2025

No description provided.

Comment on lines 115 to 118
// internal helpers
u8 channel_int_state(int ch) const noexcept { return m_channel[ch]->m_int_state; }
u8 channel_mode(int ch) const noexcept { return m_channel[ch]->m_mode; }
void interrupt_check();
Copy link
Member

@angelosa angelosa Oct 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funny that this is called "internal helpers" then outside world can access it ...
ETA: method looks protected, not exactly "internal" imo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are protected

@galibert galibert merged commit 23261f6 into mamedev:master Oct 23, 2025
7 checks passed
@holub holub deleted the specnext-int branch October 24, 2025 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants