Mercurial > public > hwos_code
diff src/comm.asm @ 303:9b1b0b32e7d5 new_screen_layout
Add configuration option to control depth warning blinking
author | janos_kovacs <kovjanos@gmail.com> |
---|---|
date | Mon, 01 Jun 2015 15:21:25 +0200 |
parents | 6c4800af27ac |
children | 14719662fb95 |
line wrap: on
line diff
--- a/src/comm.asm Mon Jun 01 11:48:05 2015 +0200 +++ b/src/comm.asm Mon Jun 01 15:21:25 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: