summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-10-28 08:06:12 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-10-28 08:06:12 +0100
commit47f56372ee5f2d5eec2793608a5426296857b26a (patch)
tree5cb578501b3dfc70b9af27214d72dd0d881d3bd8 /src/lib
parentf55f3d9624ef703151c81d9d9dae02eb13313076 (diff)
Cleanup and version bumpmame0167
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/apollo_dsk.c1
-rw-r--r--src/lib/formats/tzx_cas.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/formats/apollo_dsk.c b/src/lib/formats/apollo_dsk.c
index 74ac0372a85..29dbe23b0b5 100644
--- a/src/lib/formats/apollo_dsk.c
+++ b/src/lib/formats/apollo_dsk.c
@@ -53,4 +53,3 @@ int apollo_format::identify(io_generic *io, UINT32 form_factor)
return ((size == expected_size) || (size == 0)) ? 1 : 0;
}
-
diff --git a/src/lib/formats/tzx_cas.c b/src/lib/formats/tzx_cas.c
index 5c8d79a636c..9a920844903 100644
--- a/src/lib/formats/tzx_cas.c
+++ b/src/lib/formats/tzx_cas.c
@@ -314,7 +314,7 @@ static int tzx_handle_direct(INT16 **buffer, const UINT8 *bytes, int pause, int
tzx_output_wave(buffer, samples);
size += samples;
-
+
}
}