From 41a817b9dc39bb50704a3879e6ece61f445a733c Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Fri, 24 Aug 2012 22:21:17 +0000 Subject: Placeholders (nw) --- .gitattributes | 5 +++++ src/lib/formats/d88_dsk.h | 0 src/lib/formats/upd765_dsk.c | 0 src/lib/formats/upd765_dsk.h | 0 src/lib/formats/xdf_dsk.c | 0 src/lib/formats/xdf_dsk.h | 0 6 files changed, 5 insertions(+) create mode 100644 src/lib/formats/d88_dsk.h create mode 100644 src/lib/formats/upd765_dsk.c create mode 100644 src/lib/formats/upd765_dsk.h create mode 100644 src/lib/formats/xdf_dsk.c create mode 100644 src/lib/formats/xdf_dsk.h diff --git a/.gitattributes b/.gitattributes index 15b877e41dc..a9c954401c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1707,6 +1707,7 @@ src/lib/formats/d64_dsk.h svneol=native#text/plain src/lib/formats/d81_dsk.c svneol=native#text/plain src/lib/formats/d81_dsk.h svneol=native#text/plain src/lib/formats/d88_dsk.c svneol=native#text/plain +src/lib/formats/d88_dsk.h svneol=native#text/plain src/lib/formats/dfi_dsk.c svneol=native#text/plain src/lib/formats/dfi_dsk.h svneol=native#text/plain src/lib/formats/dim_dsk.c svneol=native#text/plain @@ -1806,6 +1807,8 @@ src/lib/formats/tzx_cas.c svneol=native#text/plain src/lib/formats/tzx_cas.h svneol=native#text/plain src/lib/formats/uef_cas.c svneol=native#text/plain src/lib/formats/uef_cas.h svneol=native#text/plain +src/lib/formats/upd765_dsk.c svneol=native#text/plain +src/lib/formats/upd765_dsk.h svneol=native#text/plain src/lib/formats/vg5k_cas.c svneol=native#text/plain src/lib/formats/vg5k_cas.h svneol=native#text/plain src/lib/formats/vt_cas.c svneol=native#text/plain @@ -1820,6 +1823,8 @@ src/lib/formats/x07_cas.c svneol=native#text/plain src/lib/formats/x07_cas.h svneol=native#text/plain src/lib/formats/x1_tap.c svneol=native#text/plain src/lib/formats/x1_tap.h svneol=native#text/plain +src/lib/formats/xdf_dsk.c svneol=native#text/plain +src/lib/formats/xdf_dsk.h svneol=native#text/plain src/lib/formats/z80ne_dsk.c svneol=native#text/plain src/lib/formats/z80ne_dsk.h svneol=native#text/plain src/lib/formats/zx81_p.c svneol=native#text/plain diff --git a/src/lib/formats/d88_dsk.h b/src/lib/formats/d88_dsk.h new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/lib/formats/upd765_dsk.c b/src/lib/formats/upd765_dsk.c new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/lib/formats/upd765_dsk.h b/src/lib/formats/upd765_dsk.h new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/lib/formats/xdf_dsk.c b/src/lib/formats/xdf_dsk.c new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/lib/formats/xdf_dsk.h b/src/lib/formats/xdf_dsk.h new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3