Index: m68k/whinehack.c
===================================================================
--- m68k/whinehack.c	(revision 1350)
+++ m68k/whinehack.c	(working copy)
@@ -157,10 +157,12 @@
 	if (hack_level >= HEYNOTTOOROUGH) {
 		err = SysNotifyRegister(card, db_id, sysNotifyLateWakeupEvent, NULL,
 				sysNotifyNormalPriority, NULL);
-		
+	
+    /* Experiment: removing to see if this helps crash problem on T|E
 		err = SysNotifyRegister(card, db_id, sysNotifyDisplayChangeEvent, NULL,
 			sysNotifyNormalPriority, NULL);
-	} 
+	   */
+  } 
 	
 	if (hack_level >= HURTMEPLENTY) {
 		err = SysNotifyRegister(card, db_id, sysNotifyAppLaunchingEvent, NULL,
