From 1ace6170773ddd010f8f387c6c925088d4e38676 Mon Sep 17 00:00:00 2001 From: waltje Date: Wed, 9 May 2018 04:37:55 -0400 Subject: [PATCH] Forgot to remove some debug stuff. --- src/devices/floppy/fdd_img.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/devices/floppy/fdd_img.c b/src/devices/floppy/fdd_img.c index 704243a..584571c 100644 --- a/src/devices/floppy/fdd_img.c +++ b/src/devices/floppy/fdd_img.c @@ -13,7 +13,7 @@ * re-merged with the other files. Much of it is generic to * all formats. * - * Version: @(#)fdd_img.c 1.0.9 2018/05/08 + * Version: @(#)fdd_img.c 1.0.10 2018/05/09 * * Authors: Fred N. van Kempen, * Miran Grca, @@ -73,13 +73,9 @@ typedef struct { uint8_t disk_at_once; uint8_t interleave; uint8_t skew; -char guard1[65536]; uint8_t sector_pos_side[2][256]; -char guard2[65536]; uint16_t sector_pos[2][256]; -char guard3[65536]; uint8_t track_data[2][50000]; -char guard4[65536]; } img_t;