* Personality Data - RT85A (for MC6805 + 2716 EPROM version)
*
* $0040 - $004C are the configuration bytes
* copied from EPROM $13F0 - $13FC at startup.


$0040	($13F0)

 nnnn nnnn
 ^^^^-^^^^--MAXCHAN	FF ; Maximum Channel number (01 to 99)


$0041	($13F1)
 
 xxxx nnnn
      ^^^^--TXLIMIT     0F ; TX Timeout value
			   ;  0=continuous, time(secs) = n*15
    ^-------DSPBLNK	10 ; Enable Display Blanking after 20 seconds
   ^--------TXIBUSY	20 ; Enable Transmit Inhibit on BUSY
  ^---------TXIOPEN	40 ; Enable Transmit Inhibit on OPEN
 ^----------DPWRENB	80 ; Enable Depower Link on back of head


$0042	($13F2)

 nnnx xxxx
         ^--SCANENB	01 ; Enable Scanning
        ^---SCANTSQ	02 ; Enable Scan Stop with CTCSS ??
       ^----SCANDEL	04 ; Enable Chan DOWN key Deletes Scan Channel
      ^-----SCANHUR	08 ; Enable Hangup up Resets Scan ????
    
    ^-------SCANPROG	10 ; Enable Self-Programming Scan
 ^^^--------SCANHLD	E0 ; Scan hold time ( 0 - 7 seconds)


$0043	($13F3)

 xxxx xxxx
         ^--OPENHU	01 ; Enable Silent switch
        ^---TSQENB	02 ; Enable Tone Squelch ???
       ^----SELCENB	04 ; Enable SELCALL
      ^-----STATENB	08 ; Enable SELCALL Status call
    
    ^-------ANILEAD	10 ; Enable SELCALL Leading ANI
   ^--------ANITRAIL	20 ; Enable SELCALL Trailing ANI
  ^---------ANIBEEP	40 ; Enable Send ANI with beep
 ^----------CAR2CAR	80 ; Enable SELCALL Car to Car call


$0044	($13F4)

 xxxx nnnn
      ^^^^--TIMER44	; ANI SELCALL lead-in time (1=short, 15,0=long)

    ^-------BSYDLY5	; Enable Busy LED 5 second delay
   ^--------SILSWEN	; Enable Silent switch ??
  ^---------SNDIBUSY	; Enable SEND Inhibit on BUSY
 ^----------SNDIOPEN	; Enable SEND Inhibit on OPEN


$0045	($13F5)

 nnnn xxxx
         ^--VOTENB	; Enable Voting
        ^---xxxx	; an option with timers, SELCALL, and beeps ?? ??
       ^----SCANLED	; Enable SCAN LED as Power Indicator
      ^-----OPENLED	; Enable OPEN LED (disabled if 0)

 ^^^^-------TONEPER	; SELCALL tone period (E=fast, 0,F=slow)


$0046	($13F6)

 xxxx xxxx
         ^--SCTXDEC	; Bypass TX code initialisation of SELCALL
        ^---xxxx 	; another CTCSS option ??
       ^----unused	; unused
      ^-----unused	; unused

    ^-------unused	; unused
   ^--------unused	; unused
  ^---------unused	; unused
 ^----------unused	; unused


$0047	($13F7)

 xxxx xxxx
         ^--unused	; unused
        ^---unused	; unused
       ^----unused	; unused
      ^-----ALARMRST	; Enable ALERT reset enable via Depower/Hangup link

    ^-------unused	; unused
   ^--------xxxx	; Enable Depower link as DOWN key in user scan ??
  ^---------unused	; unused
 ^----------unused	; unused


* SELCALL ID - 5 digits, RX and TX digits combined into one byte.
* 0048-004C.

$0048	($13F8-$13FC)

 tttt rrrr	;1st digits TX & RX
 tttt rrrr	;2nd digits
 tttt rrrr	;3rd digits
 tttt rrrr	;4th digits
 tttt rrrr	;5th digits



