Index: apps/plugins/snake2.c
===================================================================
RCS file: /cvsroot/rockbox/apps/plugins/snake2.c,v
retrieving revision 1.27
diff -u -r1.27 snake2.c
--- apps/plugins/snake2.c	13 Apr 2006 14:03:59 -0000	1.27
+++ apps/plugins/snake2.c	16 Apr 2006 03:24:33 -0000
@@ -1110,6 +1110,13 @@
         draw_apple();
 
         rb->sleep(HZ/speed);
+        
+#ifdef HAS_BUTTON_HOLD
+        /* check for hold button */
+        if (rb->button_hold()) {
+            game_pause();        /*bring up the menu*/       
+        }
+#endif
 
         button = rb->button_get(false);
         switch (button)
