diff options
author | 2011-09-06 13:39:18 +0000 | |
---|---|---|
committer | 2011-09-06 13:39:18 +0000 | |
commit | c0b3576488b11336c6379a12d6b2e3e2f6337d99 (patch) | |
tree | 02e0cbbecba525baf7add93dd3527736005770a5 /src/lib | |
parent | 7150db5043d9fb09a84f92e7e2537743ac1b0744 (diff) |
Cleanups and version bumpmame0143u5
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/formats/ami_dsk.c | 2 | ||||
-rw-r--r-- | src/lib/formats/flopimg.h | 2 | ||||
-rw-r--r-- | src/lib/formats/mfi_dsk.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/ami_dsk.c b/src/lib/formats/ami_dsk.c index 16d1f73e5b5..1b889b5e182 100644 --- a/src/lib/formats/ami_dsk.c +++ b/src/lib/formats/ami_dsk.c @@ -77,7 +77,7 @@ bool adf_format::load(floppy_image *image) sectors[i].size = 512; } -// UINT8 *mfm = NULL; +// UINT8 *mfm = NULL; image->set_meta_data(80, 2); for(int track=0; track < 80; track++) { for(int side=0; side < 2; side++) { diff --git a/src/lib/formats/flopimg.h b/src/lib/formats/flopimg.h index ff6a697eb94..5bd9924863d 100644 --- a/src/lib/formats/flopimg.h +++ b/src/lib/formats/flopimg.h @@ -236,7 +236,7 @@ public: floppy_image_format_t *next; void append(floppy_image_format_t *_next); - + protected: // Struct designed for easy track data description // Optional, you can always do things by hand, but useful nevertheless diff --git a/src/lib/formats/mfi_dsk.c b/src/lib/formats/mfi_dsk.c index 6b631a70978..8cd7a5cccb1 100644 --- a/src/lib/formats/mfi_dsk.c +++ b/src/lib/formats/mfi_dsk.c @@ -137,7 +137,7 @@ bool mfi_format::load(floppy_image *image) ent++; } - + if(compressed) global_free(compressed); |