Skip to content

Conversation

holub
Copy link
Contributor

@holub holub commented Oct 8, 2025

No description provided.

u16 m_addressB;
u16 m_count;
u16 m_byte_counter;
int m_dma_seq;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this really externally visible, or is this some specific specnext thing? In the latter case I'd prefer there be a derived device that exposes this via an accessor function instead of just having it out there for all Z80DMA users.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's not externally but 'protected', made it visible for the next's child

Is this really externally visible, or is this some specific specnext thing? In the latter case I'd prefer there be a derived device that exposes this via an accessor function instead of just having it out there for all Z80DMA users.

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.

2 participants