VI: derive field timing from VI registers

This commit is contained in:
booto
2015-07-03 00:18:32 +08:00
parent 0ba7a65f08
commit 480dbb22f2
6 changed files with 154 additions and 180 deletions

View File

@ -15,9 +15,8 @@ namespace MMIO { class Mapping; }
enum FieldType
{
FIELD_PROGRESSIVE = 0,
FIELD_UPPER,
FIELD_LOWER
FIELD_ODD = 0,
FIELD_EVEN = 1,
};
enum EFBAccessType