mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-22 04:31:30 +00:00
9654c22756
The automated changes to the output of git-format-patch looked okay, but they were swallowing up binary changes. Now they are more conservative and hopefully more robust. As an exception, hashes are still removed for non-binary diffs. For debugging, `scripts/flatten` now has a `--raw` option to skip this post-processing step. Soon I should try to stabilise the patch format.
193 lines
5.9 KiB
Diff
193 lines
5.9 KiB
Diff
From: Horst Beepmanh <>
|
|
Subject: Include-file shims
|
|
|
|
Generally in line with my tolerance of theoretical impurity. Some
|
|
"header" files had their name changed, and this allows them to be
|
|
accessed using the old name.
|
|
---
|
|
diff --git a/Interfaces/AIncludes/ATalkEqu.a b/Interfaces/AIncludes/ATalkEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ATalkEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'AppleTalk.a'
|
|
diff --git a/Interfaces/AIncludes/ATalkEqu.a.idump b/Interfaces/AIncludes/ATalkEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ATalkEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/PackMacs.a b/Interfaces/AIncludes/PackMacs.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PackMacs.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'Packages.a'
|
|
diff --git a/Interfaces/AIncludes/PackMacs.a.idump b/Interfaces/AIncludes/PackMacs.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PackMacs.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/PaletteEqu.a b/Interfaces/AIncludes/PaletteEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PaletteEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'Palettes.a'
|
|
diff --git a/Interfaces/AIncludes/PaletteEqu.a.idump b/Interfaces/AIncludes/PaletteEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PaletteEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/PrEqu.a b/Interfaces/AIncludes/PrEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PrEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'Printing.a'
|
|
diff --git a/Interfaces/AIncludes/PrEqu.a.idump b/Interfaces/AIncludes/PrEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PrEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/PrintCallsEqu.a b/Interfaces/AIncludes/PrintCallsEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PrintCallsEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'PrintTrapsEqu.a'
|
|
diff --git a/Interfaces/AIncludes/PrintCallsEqu.a.idump b/Interfaces/AIncludes/PrintCallsEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/PrintCallsEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/QDOffscreenEqu.a b/Interfaces/AIncludes/QDOffscreenEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/QDOffscreenEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'QDOffscreen.a'
|
|
diff --git a/Interfaces/AIncludes/QDOffscreenEqu.a.idump b/Interfaces/AIncludes/QDOffscreenEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/QDOffscreenEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/QuickEqu.a b/Interfaces/AIncludes/QuickEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/QuickEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'QuickDraw.a'
|
|
diff --git a/Interfaces/AIncludes/QuickEqu.a.idump b/Interfaces/AIncludes/QuickEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/QuickEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/SCSIEqu.a b/Interfaces/AIncludes/SCSIEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/SCSIEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'SCSI.a'
|
|
diff --git a/Interfaces/AIncludes/SCSIEqu.a.idump b/Interfaces/AIncludes/SCSIEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/SCSIEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/ScriptEqu.a b/Interfaces/AIncludes/ScriptEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ScriptEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'Script.a'
|
|
diff --git a/Interfaces/AIncludes/ScriptEqu.a.idump b/Interfaces/AIncludes/ScriptEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ScriptEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/ShutDownEqu.a b/Interfaces/AIncludes/ShutDownEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ShutDownEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'ShutDown.a'
|
|
diff --git a/Interfaces/AIncludes/ShutDownEqu.a.idump b/Interfaces/AIncludes/ShutDownEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ShutDownEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/SlotEqu.a b/Interfaces/AIncludes/SlotEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/SlotEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'Slots.a'
|
|
diff --git a/Interfaces/AIncludes/SlotEqu.a.idump b/Interfaces/AIncludes/SlotEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/SlotEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/ToolEqu.a b/Interfaces/AIncludes/ToolEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ToolEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'ToolUtils.a'
|
|
diff --git a/Interfaces/AIncludes/ToolEqu.a.idump b/Interfaces/AIncludes/ToolEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/ToolEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Interfaces/AIncludes/VideoEqu.a b/Interfaces/AIncludes/VideoEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/VideoEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'Video.a'
|
|
diff --git a/Interfaces/AIncludes/VideoEqu.a.idump b/Interfaces/AIncludes/VideoEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Interfaces/AIncludes/VideoEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
diff --git a/Internal/Asm/DecompressorPatchEqu.a b/Internal/Asm/DecompressorPatchEqu.a
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Internal/Asm/DecompressorPatchEqu.a
|
|
@@ -0,0 +1 @@
|
|
+ INCLUDE 'Decompression.a'
|
|
diff --git a/Internal/Asm/DecompressorPatchEqu.a.idump b/Internal/Asm/DecompressorPatchEqu.a.idump
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/Internal/Asm/DecompressorPatchEqu.a.idump
|
|
@@ -0,0 +1 @@
|
|
+TEXTMPS
|
|
\ No newline at end of file
|
|
--
|
|
2.18.0
|
|
|