diff src/comm.asm @ 223:940155e9aefb

PC config, 1.72 release
author heinrichsweikamp
date Wed, 14 Jan 2015 11:37:19 +0100
parents 8fbd8c5ac51f
children 23311219dacc
line wrap: on
line diff
--- a/src/comm.asm	Tue Jan 06 19:24:58 2015 +0100
+++ b/src/comm.asm	Wed Jan 14 11:37:19 2015 +0100
@@ -953,6 +953,10 @@
     movff   opt_sensor_fallback, TXREG1     ; RCREG1=0x38
     dcfsnz  WREG
     movff   opt_flip_screen, TXREG1         ; RCREG1=0x39
+    dcfsnz  WREG
+    movff   opt_cR_button_left, TXREG1      ; RCREG1=0x3A
+    dcfsnz  WREG
+    movff   opt_cR_button_right, TXREG1     ; RCREG1=0x3B
 
 comm_read_abort:
     bra		comm_download_mode0             ; Done. Loop with timeout reset
@@ -1214,6 +1218,10 @@
     movff   RCREG1, opt_sensor_fallback     ; RCREG1=0x38
     dcfsnz  WREG
     movff   RCREG1, opt_flip_screen         ; RCREG1=0x39
+    dcfsnz  WREG
+    movff   RCREG1, opt_cR_button_left      ; RCREG1=0x3A
+    dcfsnz  WREG
+    movff   RCREG1, opt_cR_button_right     ; RCREG1=0x3B
 
 comm_write_abort:
     ; Check Options, gases and diluents