Atari 2600 - virtual width of 275, but something does't work, oh well
This commit is contained in:
parent
76a4560ff9
commit
2c167b51ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue