mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
pgm2: lores refresh rate was approximated from video recording, hsync/vtotal are not verified
This commit is contained in:
parent
a378bec89e
commit
748773e6f6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue