# Contributed By:	Dave Allen Barker Jr
#			<mailto:email|1.0ne.org>
# Date:			2005-08-18
# Filename:		MSR
# Encoding:		RC-5 & RC-5X
# Brand:		Meridian
# Model:		MSR (Meridian System Remote)
# Supported Devices:	All

# For the MSR (Meridian System Remote), a big black
# rectangle of a remote provided with Meridian audio
# <http://meridian-audio.com/> products.  This
# is/maybe the oldest of their remotes, and is
# succeeded by the MSR+ (Plus).  The MSR uses RC-5
# system address 19 (0x13), officially designated
# for secondary pre-amp use.
# 
# The MSR uses RC-5X, which is RC-5 extended to double
# the 64 command set via start bits modification.
# <http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm>.

begin remote

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

  one           889   889
  zero          889   889
  gap          113792
  toggle_bit      2

  frequency    36000

      begin codes
          0                        0x1CC0
          1                        0x1CC1
          2                        0x1CC2
          3                        0x1CC3
          4                        0x1CC4
          5                        0x1CC5
          6                        0x1CC6
          7                        0x1CC7
          8                        0x1CC8
          9                        0x1CC9
          Slow                     0x1CCA
          Off                      0x1CCC
          Mute                     0x1CCD
          Band                     0x1CCE
          Volume_[up]              0x1CD0
          Volume_[down]            0x1CD1
          Repeat                   0x1CDD
          [next]                   0x1CE0
          [previous]               0x1CE1
          Audio                    0x1CE3
          Subtitle                 0x1CE8
          Store                    0x1CEE
          [pause]                  0x1CF0
          Clear                    0x1CF1
          [rewind]                 0x1CF2
          OSD                      0x1CF3
          [fastforward]            0x1CF4
          [play]                   0x1CF5
          [stop]                   0x1CF6
          Record                   0x1CF7
          Angle                    0x1CFA
          A-B                      0x1CFB
          Phase                    0x1CFC

          Chapter                  0x04C4
          Setup                    0x04C5
          LD                       0x04CC
          [up]                     0x04D0
          [down]                   0x04D1
          Menu                     0x04D2
          Return                   0x04D3
          [left]                   0x04D5
          [right]                  0x04D6
          Enter                    0x04D7
          Preset                   0x04DD
          CD                       0x04EB
          RADIO                    0x04EC
          TAPE_1                   0x04ED
          TAPE_2                   0x04EE
          CABLE                    0x04EF
          VCR_1                    0x04F0
          VCR_2                    0x04F1
          LP                       0x04F2
          TV                       0x04F3
          DVD                      0x04F4
          CDR                      0x04F5
          Title                    0x04F9
          Display                  0x04FA
      end codes

end remote