=#ifdef GP2X
=    /* Zaq121 07/05/2006 Alternative frontend support -> */
=    else
=    {
+      extern int gp2x_freq;   /* 9/5/06 Zaq, clock speed was never getting set */
=      int show_options(char *game);
=      int set_last_game_selected(char *game);
=      if(set_last_game_selected(playgame) == -1) break;  /* game not available */
=      if(!show_options(playgame)) break;   /* return back to external menu */
+      SetGP2XClock(gp2x_freq); /* 9/5/06 Zaq, clock speed was never getting set */
=    }
=    /* <- end mod */
=#endif