mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
nmk/nmk16.cpp: Fix max sprite clock related to screen size (#12559)
This commit is contained in:
parent
81284c68ca
commit
51d9f82820
@ -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?
|
||||
m_spritegen->set_videoshift(28+64);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user