chiark / gitweb /
reserve /^ [^ ;]/ for statements inserted for debugging purposes
[trains.git] / detpic / points.asm
index af3979af8762b530f1c434f4d32757530e9ed8e1..196dadd0f80b1db577c8cfb8a547aec38f80e5b5 100644 (file)
@@ -1,7 +1,7 @@
 ;======================================================================
 ; POINTS
 
- include common.inc
 include common.inc
 
 ;======================================================================
 ; VARIABLES, HARDWARE, ETC
@@ -26,15 +26,15 @@ cdu_timeout equ     200 ; ms
 
 ptix2latbit equ 0x300 ; has to be a multiple of 0x100
 ptix2latbit_section udata ptix2latbit
res maxpoints * 2     ; LAT* and bit
 res maxpoints * 2    ; LAT* and bit
                        ; for unused point, 0x00 and 0x00
 
- udata_acs
 udata_acs
 pointslave             res     1
 pointmsg               res     1
 cducharging            res     1
 
- udata 0x340
 udata 0x340
 slave2ptinfo           res     maxpics
 slave2ptinfo_anypoints equ     0
 
@@ -400,4 +400,4 @@ pointed_butnot_firing panic morse_PA
 pointed_already_charging panic morse_PQ
 
 ;======================================================================
- include final.inc
 include final.inc