From f895366ff72c920dd54d954f1bb75152111c41a0 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Wed, 20 Feb 2019 23:13:20 -0500 Subject: [PATCH] update Teensy build to include Woz --- teensy/crc32.c | 1 + teensy/crc32.h | 1 + teensy/disktypes.h | 1 + teensy/version.h | 1 + teensy/woz-serializer.cpp | 1 + teensy/woz-serializer.h | 1 + teensy/woz.cpp | 1 + teensy/woz.h | 1 + 8 files changed, 8 insertions(+) create mode 120000 teensy/crc32.c create mode 120000 teensy/crc32.h create mode 120000 teensy/disktypes.h create mode 120000 teensy/version.h create mode 120000 teensy/woz-serializer.cpp create mode 120000 teensy/woz-serializer.h create mode 120000 teensy/woz.cpp create mode 120000 teensy/woz.h diff --git a/teensy/crc32.c b/teensy/crc32.c new file mode 120000 index 0000000..8f1d69d --- /dev/null +++ b/teensy/crc32.c @@ -0,0 +1 @@ +../apple/crc32.c \ No newline at end of file diff --git a/teensy/crc32.h b/teensy/crc32.h new file mode 120000 index 0000000..a9fad2e --- /dev/null +++ b/teensy/crc32.h @@ -0,0 +1 @@ +../apple/crc32.h \ No newline at end of file diff --git a/teensy/disktypes.h b/teensy/disktypes.h new file mode 120000 index 0000000..58db879 --- /dev/null +++ b/teensy/disktypes.h @@ -0,0 +1 @@ +../apple/disktypes.h \ No newline at end of file diff --git a/teensy/version.h b/teensy/version.h new file mode 120000 index 0000000..f1e2e43 --- /dev/null +++ b/teensy/version.h @@ -0,0 +1 @@ +../apple/version.h \ No newline at end of file diff --git a/teensy/woz-serializer.cpp b/teensy/woz-serializer.cpp new file mode 120000 index 0000000..7d7b1fb --- /dev/null +++ b/teensy/woz-serializer.cpp @@ -0,0 +1 @@ +../apple/woz-serializer.cpp \ No newline at end of file diff --git a/teensy/woz-serializer.h b/teensy/woz-serializer.h new file mode 120000 index 0000000..70d31cd --- /dev/null +++ b/teensy/woz-serializer.h @@ -0,0 +1 @@ +../apple/woz-serializer.h \ No newline at end of file diff --git a/teensy/woz.cpp b/teensy/woz.cpp new file mode 120000 index 0000000..d4e13ff --- /dev/null +++ b/teensy/woz.cpp @@ -0,0 +1 @@ +../apple/woz.cpp \ No newline at end of file diff --git a/teensy/woz.h b/teensy/woz.h new file mode 120000 index 0000000..6287859 --- /dev/null +++ b/teensy/woz.h @@ -0,0 +1 @@ +../apple/woz.h \ No newline at end of file