diff src/comm.asm @ 326:d21b172d5a7a new_screen_layout

VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
author Janos Kovacs <kovjanos@gmail.com>
date Sat, 13 Jun 2015 22:53:05 +0200
parents 14719662fb95
children 14b466f66a7f
line wrap: on
line diff
--- a/src/comm.asm	Sat Jun 13 22:54:37 2015 +0200
+++ b/src/comm.asm	Sat Jun 13 22:53:05 2015 +0200
@@ -959,6 +959,8 @@
     movff   opt_modwarning, TXREG1          ; RCREG1=0x3E
     dcfsnz  WREG
     movff   opt_vsitextv2, TXREG1           ; RCREG1=0x3F
+    dcfsnz  WREG
+    movff   opt_vsigraph, TXREG1            ; RCREG1=0x40
 
 
 comm_read_abort:
@@ -1244,6 +1246,8 @@
     movff   RCREG1, opt_modwarning          ; RCREG1=0x3E
     dcfsnz  WREG
     movff   RCREG1, opt_vsitextv2           ; RCREG1=0x3F
+    dcfsnz  WREG
+    movff   RCREG1, opt_vsigraph            ; RCREG1=0x40
 
 
 comm_write_abort: