diff options
author | 2012-09-17 06:49:13 +0000 | |
---|---|---|
committer | 2012-09-17 06:49:13 +0000 | |
commit | e25c13f2532730ebf50d0cffa0147393fd8e0228 (patch) | |
tree | a6c25d1de7041f26afed559dbc6670fa550e6b41 /src/tools/jedutil.c | |
parent | f97e8f00818bd8d898facc206ed33ab72cf10a75 (diff) |
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/tools/jedutil.c')
-rw-r--r-- | src/tools/jedutil.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/jedutil.c b/src/tools/jedutil.c index 64cabca43cc..3521db99218 100644 --- a/src/tools/jedutil.c +++ b/src/tools/jedutil.c @@ -227,7 +227,7 @@ static pin_fuse_rows pal12l6pinfuserows[] = { {14, CNoOutputEnableFuseRow, 240, 264}, {15, CNoOutputEnableFuseRow, 192, 216}, {16, CNoOutputEnableFuseRow, 144, 168}, - {17, CNoOutputEnableFuseRow, 96, 120}, + {17, CNoOutputEnableFuseRow, 96, 120}, {18, CNoOutputEnableFuseRow, 0, 72}}; static pin_fuse_rows pal12h6pinfuserows[] = { @@ -235,7 +235,7 @@ static pin_fuse_rows pal12h6pinfuserows[] = { {14, CNoOutputEnableFuseRow, 240, 264}, {15, CNoOutputEnableFuseRow, 192, 216}, {16, CNoOutputEnableFuseRow, 144, 168}, - {17, CNoOutputEnableFuseRow, 96, 120}, + {17, CNoOutputEnableFuseRow, 96, 120}, {18, CNoOutputEnableFuseRow, 0, 72}}; static pin_fuse_rows pal14l4pinfuserows[] = { @@ -529,7 +529,7 @@ static pin_fuse_columns pal16r4pinfusecolumns[] = { {5, 13, 12}, {6, 17, 16}, {7, 21, 20}, - {8, 25, 24}, + {8, 25, 24}, {9, 29, 28}, {12, 31, 30}, {13, 27, 26}, @@ -1702,7 +1702,7 @@ static int command_view(int argc, char *argv[]) else { fprintf(stderr, "Viewing product terms not supported for this pal type."); - + return 1; } |