| Previous | 199869 Revisions | Next |
| r32416 Friday 26th September, 2014 at 19:54:04 UTC by Michael Zapf |
|---|
| Removed unused variables.(nw) |
| [src/lib/formats] | ti99_dsk.c |
| r32415 | r32416 | |
|---|---|---|
| 513 | 513 | int tpos = 0; |
| 514 | 514 | int pos = 0; |
| 515 | 515 | int state; |
| 516 | bool good = false; | |
| 517 | 516 | int marks = 0; |
| 518 | 517 | int current_sector = 0; |
| 519 | 518 | |
| r32415 | r32416 | |
| 909 | 908 | int skew = fm? 6 : 0; |
| 910 | 909 | |
| 911 | 910 | int secsize = fm? 334 : 340; |
| 912 | int secoff = fm? 33 : 58; | |
| 913 | 911 | int position = 0; |
| 914 | 912 | int count = 0; |
| 915 | 913 |
| Previous | 199869 Revisions | Next |