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

trunk/src/lib/formats/ti99_dsk.c
r32415r32416
513513   int tpos = 0;
514514   int pos = 0;
515515   int state;
516   bool good = false;
517516   int marks = 0;
518517   int current_sector = 0;
519518
r32415r32416
909908   int skew = fm? 6 : 0;
910909
911910   int secsize = fm? 334 : 340;
912   int secoff = fm? 33 : 58;
913911   int position = 0;
914912   int count = 0;
915913

Previous 199869 Revisions Next


© 1997-2024 The MAME Team