diff src/comm.asm @ 304:a50edfada621

Merge with new_screen_layout
author heinrichsweikamp
date Mon, 01 Jun 2015 17:19:37 +0200
parents 9b1b0b32e7d5
children 14719662fb95
line wrap: on
line diff
--- a/src/comm.asm	Mon Jun 01 11:50:34 2015 +0200
+++ b/src/comm.asm	Mon Jun 01 17:19:37 2015 +0200
@@ -955,6 +955,8 @@
     movff   char_I_bottom_usage, TXREG1     ; RCREG1=0x3C
     dcfsnz  WREG
     movff   char_I_deco_usage, TXREG1       ; RCREG1=0x3D
+    dcfsnz  WREG
+    movff   opt_depthblink, TXREG1       ; RCREG1=0x3E
 
 
 comm_read_abort:
@@ -1236,6 +1238,8 @@
     movff   RCREG1, char_I_bottom_usage     ; RCREG1=0x3C
     dcfsnz  WREG
     movff   RCREG1, char_I_deco_usage       ; RCREG1=0x3D
+    dcfsnz  WREG
+    movff   RCREG1, opt_depthblink          ; RCREG1=0x3E
 
 
 comm_write_abort: