Index: apps/plugins/spacerocks.c
===================================================================
RCS file: /cvsroot/rockbox/apps/plugins/spacerocks.c,v
retrieving revision 1.5
diff -u -r1.5 spacerocks.c
--- apps/plugins/spacerocks.c	31 Mar 2006 14:38:15 -0000	1.5
+++ apps/plugins/spacerocks.c	16 Apr 2006 03:48:09 -0000
@@ -1508,6 +1508,13 @@
             draw_and_move_enemy();
             
             rb->lcd_update();
+            
+#ifdef HAS_BUTTON_HOLD
+            if (rb->button_hold()) {
+               game_state = PAUSE_MODE;  /* pause the game */       
+           }
+#endif
+            
             button = rb->button_get(false);
             switch(button)
             {
