summary refs log tree commit diff
path: root/misc/macclassic/ppcAPPL.r
diff options
context:
space:
mode:
Diffstat (limited to 'misc/macclassic/ppcAPPL.r')
-rw-r--r--misc/macclassic/ppcAPPL.r32
1 files changed, 32 insertions, 0 deletions
diff --git a/misc/macclassic/ppcAPPL.r b/misc/macclassic/ppcAPPL.r
new file mode 100644
index 0000000..9bea619
--- /dev/null
+++ b/misc/macclassic/ppcAPPL.r
@@ -0,0 +1,32 @@
+#include "Processes.r"
+#include "CodeFragments.r"
+
+resource 'cfrg' (0) {
+	{
+		kPowerPCCFragArch, kIsCompleteCFrag, kNoVersionNum, kNoVersionNum,
+		kDefaultStackSize, kNoAppSubFolder,
+		kApplicationCFrag, kDataForkCFragLocator, kZeroOffset, kCFragGoesToEOF,
+		"ClassiCube"
+	}
+};
+
+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
+	8192 * 1024  // minimum memory size
+};