Modify tools/layoutrom.py to use classes instead of tuples.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 16 Sep 2010 01:28:31 +0000 (21:28 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 16 Sep 2010 01:28:31 +0000 (21:28 -0400)
commit1a4885e72a80bba3dd245381aa62ad728ba63774
tree1a421cd6f2ec0423ec6fb444727443df92077830
parent6c2e7815858c7835da3de04241facf79db292fbb
Modify tools/layoutrom.py to use classes instead of tuples.

Using classes and updating the values in the classes makes the code
easier to understand.
tools/checkrom.py
tools/layoutrom.py