From 2c167b51ca0c83a383acc7e593c537328d7d0dbe Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 3 May 2014 02:30:13 +0000 Subject: [PATCH] Atari 2600 - virtual width of 275, but something does't work, oh well --- BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs index 4b7da83ff2..26a792ca20 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Tia/TIA.cs @@ -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