#
# this is a shift encoded remote control from philips
#
# contributed by Huub Balduk
#
# brand:             PHILIPS
# model:             RD 6844/00
# supported devices: CD player CDC 936
#

begin remote

  name  PHILIPS_CD
  bits            6
  flags SHIFT_ENC
  eps            20
  aeps            0

  one           940   840
  zero          940   840
  plead         940
  pre_data_bits   7
  pre_data       0x54
  gap          90000
  repeat_bit      2

      begin codes
	'DIGIT_0'             0x0000000000000000    # Digit_0
	'DIGIT_1'             0x0000000000000001    # Digit_1
	'DIGIT_2'             0x0000000000000002    # Digit_2
	'DIGIT_3'             0x0000000000000003    # Digit_3
	'DIGIT_4'             0x0000000000000004    # Digit_4
	'DIGIT_5'             0x0000000000000005    # Digit_5
	'DIGIT_6'             0x0000000000000006    # Digit_6
	'DIGIT_7'             0x0000000000000007    # Digit_7
	'DIGIT_8'             0x0000000000000008    # Digit_8
	'DIGIT_9'             0x0000000000000009    # Digit_9
	'DISPLAY'             0x000000000000000B    # Display
	'DISC'                0x000000000000001E    # Disc
	'VOLUMEUP'            0x0000000000000010    # Volume_Up
	'VOLUMEDOWN'          0x0000000000000011    # Volume_Down
	'SHUFFLE'             0x000000000000001C    # Shuffle
	'NEXT'                0x0000000000000020    # Next
	'PREVIOUS'            0x0000000000000021    # Previous
	'PAUSE'               0x0000000000000030    # Pause
	'PLAY'                0x0000000000000035    # Play
	'STOP'                0x0000000000000036    # Stop
      end codes

end remote
