Skip to content

Conversation

@shattered
Copy link
Contributor

Certain devices on bk, uknc require this, as they do not handle the WTBT bus signal and always decode full address.

Certain devices on bk, uknc require this, as they do not handle the WTBT
bus signal and always decode full address.
@galibert galibert merged commit 228a35c into mamedev:master Oct 22, 2025
7 checks passed
Comment on lines +150 to +151
else if (flags & UNALIGNED_BYTE)
return m_program.read_byte(addr);
Copy link
Member

Choose a reason for hiding this comment

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

Does this path actually work? It looks like it causes it to always do a byte access, even if the address is word-aligned.

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