
# ####################################################################
# contributed by <fidol at web.de> 
#
# brand:                       Dual
# model no. of remote control: rc500
# devices being controlled by this remote: Dual Disc Player CD 5150 RC
#

begin remote

  name  DualRC500
  bits           13
  flags RC5|CONST_LENGTH
  eps            30
  aeps          100

  one           921   854
  zero          921   854
  plead         934
  gap          113641
  toggle_bit      2


      begin codes
	'STOP'                0x0000000000001536    # Stop
	'PAUSE'               0x0000000000001530    # Pause
	'PLAY'                0x0000000000001535    # Play
	'SCAN'                0x000000000000152B    # Scan
	'<<_TRACK'            0x0000000000001521    # <<_track
	'TRACK_>>'            0x0000000000001520    # track_>>
	'SHUFFLE'             0x000000000000151C    # Shuffle
	'<<_SEARCH'           0x0000000000001532    # <<_search
	'SEARCH_>>'           0x0000000000001534    # search_>>
	'1'                   0x0000000000001501    # 1
	'2'                   0x0000000000001502    # 2
	'3'                   0x0000000000001503    # 3
	'4'                   0x0000000000001504    # 4
	'5'                   0x0000000000001505    # 5
	'6'                   0x0000000000001506    # 6
	'7'                   0x0000000000001507    # 7
	'8'                   0x0000000000001508    # 8
	'9'                   0x0000000000001509    # 9
	'0'                   0x0000000000001500    # 0
	'PGRM'                0x0000000000001529    # PGRM
	'REPEAT'              0x000000000000151D    # Repeat
      end codes

end remote
