pgm2: lores refresh rate was approximated from video recording, hsync/vtotal are not verified

This commit is contained in:
hap 2020-09-11 19:01:27 +02:00
parent a378bec89e
commit 748773e6f6

View file

@ -793,7 +793,7 @@ void pgm2_state::pgm2(machine_config &config)
void pgm2_state::pgm2_lores(machine_config &config)
{
pgm2(config);
m_screen->set_refresh(HZ_TO_ATTOSECONDS(15625.0/264.0)); // verified
m_screen->set_refresh(HZ_TO_ATTOSECONDS(15625.0/264.0)); // not verified
m_screen->set_visarea(0, 320-1, 0, 240-1);
}