// This is version 28 - D-pad arrow key sounds 
//***************************************************************************************
// The D-pad is a bugger to program
//
// there are 3 audio modes (for now)
//
// servo mode - down, X button and possibly PS button...if I have time (2 new sounds) 
// dpad mode - right, left, down, X and ps button (22 new sounds)
// ps mode - X, down, ps button (7 new sounds) (maybe activate this mode for kids)
//
//
// press up arrow 10 times to enable Dpad key sounds and disable servo mode<-DONT TELL THE KIDS
//   right - cycles through 15 sounds named 201-215
//   left  - replay the current right arrow sound
//   up    - plays sound named 216 - maybe broken
//   down  - plays sound named (220 if servo) (221 if dpad) (222 if PS)
//
// press down arrow 10 times to enable round PlayStation button sounds<--DONT TELL THE KIDS
//   PS    - cycles through 5 sounds named 226-230 (231-235 if Dpad enabled) ear lights
//
//   X     - (sound 240 if servo) (sound 241 if dpad) (sound 242 if PS button) - gun light 
//
//***************************************************************************************
