Intellivision fix aspect ratio

This commit is contained in:
alyosha-tas 2017-03-05 17:42:01 -05:00 committed by GitHub
parent 1ac0b7d69c
commit c5e2529eb4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ namespace BizHawk.Emulation.Cores.Intellivision
}
}
public int VirtualWidth { get { return 176; } }
public int VirtualWidth { get { return 277; } }
public int BufferWidth { get { return 176; } }
public int VirtualHeight { get { return 208; } }
public int BufferHeight { get { return 208; } }