mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
psikyo/psikyo.cpp: Fixed visible area (224 lines, not 223). (#11101)
This commit is contained in:
parent
38498868fc
commit
b39507437c
@ -1174,7 +1174,7 @@ void psikyo_state::s1945(machine_config &config)
|
||||
|
||||
/* video hardware */
|
||||
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);
|
||||
m_screen->set_raw(14.318181_MHz_XTAL / 2, 456, 0, 320, 262, 0, 223); // Approximately 59.923Hz, 39 HSync pulses in VBlank
|
||||
m_screen->set_raw(14.318181_MHz_XTAL / 2, 456, 0, 320, 262, 0, 224); // Approximately 59.923Hz, 38 Lines in VBlank
|
||||
m_screen->set_screen_update(FUNC(psikyo_state::screen_update));
|
||||
m_screen->screen_vblank().set(FUNC(psikyo_state::screen_vblank));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user