Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heathkit/h89.cpp: Add dip switch settings for Ultimeth ROM #11839

Merged
merged 2 commits into from Dec 15, 2023

Conversation

mgarlanger
Copy link
Contributor

The dip switch settings are based some testing, and the fact that the Kres KMR-100 ROM was based on the Ultimeth ROM with some addition support for Kres hardware devices.

PORT_DIPSETTING( 0x0d, "?" )
PORT_DIPSETTING( 0x0e, "?" )
PORT_DIPSETTING( 0x0f, "? Magnolia 128K pseudo disk" )
PORT_DIPNAME( 0x10, 0x00, "Unknown" ) PORT_DIPLOCATION("SW501:5") PORT_CONDITION("CONFIG", 0x3c, EQUALS, 0x18)
Copy link
Member

Choose a reason for hiding this comment

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

There’s a DEF_STR for “Unknown”.

Copy link
Member

Choose a reason for hiding this comment

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

Also, you should still provide Off/On settings for unknown or unused DIP switches so people can twiddle them.

@cuavas cuavas merged commit 01db8a7 into mamedev:master Dec 15, 2023
5 checks passed
einstein95 pushed a commit to einstein95/mame that referenced this pull request Mar 2, 2024
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.

None yet

2 participants