diff options
author | 2012-10-30 07:07:38 +0000 | |
---|---|---|
committer | 2012-10-30 07:07:38 +0000 | |
commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/lib/formats | |
parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/lib/formats')
-rw-r--r-- | src/lib/formats/tzx_cas.c | 2 | ||||
-rw-r--r-- | src/lib/formats/upd765_dsk.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/tzx_cas.c b/src/lib/formats/tzx_cas.c index 4cdc9d4587d..de59fbee26e 100644 --- a/src/lib/formats/tzx_cas.c +++ b/src/lib/formats/tzx_cas.c @@ -496,7 +496,7 @@ static int tzx_cas_do_work( INT16 **buffer ) else { current_block++; - } + } break; case 0x21: /* Group Start */ diff --git a/src/lib/formats/upd765_dsk.c b/src/lib/formats/upd765_dsk.c index 8117a9049cf..b4a2c121fcc 100644 --- a/src/lib/formats/upd765_dsk.c +++ b/src/lib/formats/upd765_dsk.c @@ -299,7 +299,7 @@ bool upd765_format::save(io_generic *io, floppy_image *image) extract_sectors(image, f, sectors, track, head); io_generic_write(io, sectdata, (track*f.head_count + head)*track_size, track_size); } - + return true; } |