Date: Tue, 10 Oct 89 18:16:30 PDT From: koonce@brahms.Berkeley.EDU (tim koonce) Subject: Patch for rolling number display in Format While I was putting together patches: This patch changes the way "format" displays the track count. Normally, it uses 3 hex digits, and lets it scroll off the screen. This patch changes it to 4 hex digits, and causes it to roll in place. Now it won't fill up the screen. ------8<----------8<----------Cut here--------8<------------8<------------ * * Patch to "format" to give a 4 digit rolling track count rather * than the 3 digit scrolling one. * * Old CRC: 744268 * New CRC: D29EE2 * * Tim Koonce, Oct. 10, 1989. * l format c 725 04 06 c 726 1F 86 c 727 41 0D c 728 10 12 c 729 8E 34 c 72A 00 02 c 72B 04 1F c 72C 17 41 c 72D FB 10 c 72E B7 8E c 72F A6 00 c 730 62 06 c 731 81 86 c 732 46 01 c 733 26 10 c 734 03 3F c 735 17 8A c 736 FB 12 c 737 A6 12 c 739 64 66 v ---------------8<---------8<--------End of file-----------8<--------8< - Tim Koonce