diff src/comm.asm @ 333:14b466f66a7f new_screen_layout

Extend the Ceiling custom-view with ppO2 and current GF
author Janos Kovacs <kovjanos@gmail.com>
date Sun, 28 Jun 2015 03:30:03 +0200
parents d21b172d5a7a
children 3d43da7acfe1
line wrap: on
line diff
--- a/src/comm.asm	Sun Jun 28 03:30:03 2015 +0200
+++ b/src/comm.asm	Sun Jun 28 03:30:03 2015 +0200
@@ -961,6 +961,8 @@
     movff   opt_vsitextv2, TXREG1           ; RCREG1=0x3F
     dcfsnz  WREG
     movff   opt_vsigraph, TXREG1            ; RCREG1=0x40
+    dcfsnz  WREG
+    movff   opt_extceiling, TXREG1          ; RCREG1=0x41
 
 
 comm_read_abort:
@@ -1248,6 +1250,8 @@
     movff   RCREG1, opt_vsitextv2           ; RCREG1=0x3F
     dcfsnz  WREG
     movff   RCREG1, opt_vsigraph            ; RCREG1=0x40
+    dcfsnz  WREG
+    movff   RCREG1, opt_extceiling          ; RCREG1=0x41
 
 
 comm_write_abort: