ircode_n.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:2k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __IRCODE_N_H
  2. #define __IRCODE_N_H
  3. /*
  4. ** Shinco SVCD player RC-16A
  5. **
  6. ** TYPE: NEC
  7. ** ADDR: 0xff
  8. */
  9. #define IR_NEC
  10. #define IR_ADDR_PATT 0x0099
  11. #include "irconfig.h"
  12. #define IRC_MASK 0x00ff
  13. #ifdef NES_GAME
  14. #define IR_RETURN       0x50   /*summer 2001/4/17 07:55PM*/
  15. #define IR_EJECT        0x08   /*summer 2001/4/17 07:55PM*/
  16. #endif
  17. #define IRC_PLAY 0x28
  18. #define IRC_STOP 0xf0
  19. #define IRC_PAUSE 0xc8
  20. #define IRC_FORWARD 0x58
  21. #define IRC_BACKWARD 0x70
  22. #define IRC_NEXT 0xda
  23. #define IRC_PREV 0x78
  24. #define IRC_RETURN 0x50
  25. #define IRC_EJECT 0x08
  26. #define IRC_SCREEN 0x00
  27. #define IRC_PREVIEW 0xd0
  28. #define IRC_PREV_DISC 0x00
  29. #define IRC_NEXT_DISC 0x00
  30. #define IRC_CLOSE IRC_EJECT
  31. #define IRC_SLOW 0xea
  32. #define IRC_DISK1 0xf2
  33. #define IRC_DISK2 0x0a
  34. #define IRC_DISK3 0x8a
  35. #define IRC_PLAY_IS_DEFAULT
  36. #define IRC_PLAYMODE 0x00
  37. #define IRC_POWER 0xdf
  38. #define IRC_REPEAT 0x80
  39. #define IRC_AB 0x20
  40. #define IRC_DISPLAY 0x72
  41. //#define IRC_SUBTITLE 0x6a
  42. #define IRC_MUTE 0x60
  43. #define IRC_CHANNEL 0x18
  44. #define IRC_VOLUME_UP 0x12
  45. #define IRC_VOLUME_DN 0xe2
  46. #define IRC_KEY_UP 0x1a
  47. #define IRC_KEY_DN 0x9a
  48. #define IRC_EFFECT 0x4a
  49. //#define IRC_LANGUAGE 0xca
  50. #define IRC_PAUSEPLAY  0xfd   //for VFD call //zyf 2000/10/25
  51. #define IRC_1 0x90
  52. #define IRC_2 0xb8
  53. #define IRC_3 0xf8
  54. #define IRC_4 0xb0
  55. #define IRC_5 0x98
  56. #define IRC_6 0xd8
  57. #define IRC_7 0x88
  58. #define IRC_8 0xa8
  59. #define IRC_9 0xe8
  60. #define IRC_10 0x48
  61. #define IRC_P10 0x68
  62. #define IRC_FORMAT 0x02
  63. #define IRC_FOCUS 0xaa
  64. #define IRC_ZOOM IRC_FOCUS
  65. #endif/*__IRCODE_N_H*/