Skip to content

Conversation

@shattered
Copy link
Contributor

No description provided.

@galibert
Copy link
Member

CI failure, src/devices/bus/rc2014/sound.cpp does not see device_rc2014_card_interface. Which means you either didn't even try to compile or changed something just before pushing. Bad idea either way.

@galibert galibert merged commit 8506c90 into mamedev:master Oct 23, 2025
7 checks passed
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
DECLARE_DEVICE_TYPE(BK_LOOPBACK, device_qbus_card_interface)
Copy link
Member

Choose a reason for hiding this comment

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

Ah, this doesn’t even match the definition – it’s declared as exposing device_qbus_card_interface here, but actual public interface is device_bk_parallel_interface. Does this work at all?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it does

Copy link
Member

Choose a reason for hiding this comment

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

It only “worked” by chance. I can’t believe I have to add a pile of code to explicitly guard against doing this.

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