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

nmk/nmk16.cpp: Fix max sprite clock related to screen size #12559

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

cam900
Copy link
Contributor

@cam900 cam900 commented Jul 9, 2024

No description provided.

@@ -3886,7 +3886,7 @@ void nmk16_state::set_hacky_screen_hires(machine_config &config)

NMK_16BIT_SPRITE(config, m_spritegen, XTAL(16'000'000)/2);
m_spritegen->set_screen_size(28+412, 16+240);
m_spritegen->set_max_sprite_clock(384 * 263); // not verified?
m_spritegen->set_max_sprite_clock(512 * 263); // not verified?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it's a copy-paste error...

Copy link
Contributor

Choose a reason for hiding this comment

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

@cam900 yes. sorry, my bad, it's was a copy-paste error

@rb6502 rb6502 merged commit 51d9f82 into mamedev:master Jul 9, 2024
5 checks passed
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