Atari 2600 - virtual width of 275, but something does't work, oh well

This commit is contained in:
adelikat 2014-05-03 02:30:13 +00:00
parent 76a4560ff9
commit 2c167b51ca
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
public int VirtualWidth
{
get { return ScreenWidth; }
get { return 275; } // 275 comes from NTSC specs and the actual pixel clock of a 2600 TIA
}
public int VirtualHeight