summary refs log tree commit diff
path: root/misc/macclassic/68APPL.r
diff options
context:
space:
mode:
Diffstat (limited to 'misc/macclassic/68APPL.r')
-rw-r--r--misc/macclassic/68APPL.r23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/macclassic/68APPL.r b/misc/macclassic/68APPL.r
new file mode 100644
index 0000000..5a71403
--- /dev/null
+++ b/misc/macclassic/68APPL.r
@@ -0,0 +1,23 @@
+#include "Processes.r"
+#include "Retro68.r"
+
+resource 'SIZE' (-1) {
+	reserved,
+	ignoreSuspendResumeEvents,
+	reserved,
+	cannotBackground,
+	needsActivateOnFGSwitch,
+	backgroundAndForeground,
+	dontGetFrontClicks,
+	ignoreChildDiedEvents,
+	is32BitCompatible,
+	notHighLevelEventAware,
+	onlyLocalHLEvents,
+	notStationeryAware,
+	dontUseTextEditServices,
+	reserved,
+	reserved,
+	reserved,
+	8192 * 1024, // preferred (maximum) memory size
+	3584 * 1024, // minimum memory size (enough to load launcher)
+};