Previous 199869 Revisions Next

r29577 Saturday 12th April, 2014 at 20:45:18 UTC by R. Belmont
(nw)
[src/lib/formats]ap2_dsk.c

trunk/src/lib/formats/ap2_dsk.c
r29576r29577
793793                        UINT8 tr = gcr4_decode(h[2],h[3]);
794794                        UINT8 se = gcr4_decode(h[4],h[5]);
795795                        UINT8 chk = gcr4_decode(h[6],h[7]);
796                        #ifdef VERBOSE_SAVE
796797                        UINT32 post = (h[8]<<16)|(h[9]<<8)|h[10];
797                        #ifdef VERBOSE_SAVE
798798                        printf("Address Mark:\tVolume %d, Track %d, Sector %2d, Checksum %02X: %s, Postamble %03X: %s\n", vl, tr, se, chk, (chk ^ vl ^ tr ^ se)==0?"OK":"BAD", post, (post&0xFFFF00)==0xDEAA00?"OK":"BAD");
799799                        #endif
800800                        // sanity check

Previous 199869 Revisions Next


© 1997-2024 The MAME Team