# Brand:             Amstrad
# Model:             SRD650
# Supported devices: Satelite Receiver
# Created by:        Tommie Gannert <d00-tga@d.kth.se>
#

begin remote
  name             srd650
  bits             13
  flags            SPACE_ENC|CONST_LENGTH
  eps              30
  aeps             100

  header           9098  4547
  one              690   1624
  zero             690   464
  ptrail           695
  repeat           9097  2232
  pre_data_bits    16
  pre_data         0x196
  post_data_bits   3
  post_data        0x7
  gap              107703
  toggle_bit       0

      begin codes
	'1'                   0x000000000000001F    # 1
	'2'                   0x000000000000100F    # 2
	'3'                   0x0000000000000817    # 3
	'4'                   0x0000000000001807    # 4
	'5'                   0x000000000000041B    # 5
	'6'                   0x000000000000140B    # 6
	'7'                   0x0000000000000C13    # 7
	'8'                   0x0000000000001C03    # 8
	'9'                   0x000000000000021D    # 9
	'0'                   0x000000000000120D    # 0
	'STANDBY'             0x000000000000011E    # Standby
	'NORMAL'              0x000000000000150A    # Normal
	'STATUS'              0x0000000000000D12    # Status
	'SIS'                 0x000000000000110E    # SIS
	'DOWN'                0x0000000000000A15    # Down
	'UP'                  0x0000000000001A05    # Up
	'SETUP'               0x000000000000031C    # Setup
	'TIMER'               0x0000000000001D02    # Timer
	'OK'                  0x0000000000001609    # Ok
	'EXIT'                0x0000000000000E11    # Exit
      end codes
end remote
