Mercurial > hg > Members > kono > nitros9-code
changeset 2250:8f641411c2fa
Fixed up some comments
author | boisy |
---|---|
date | Thu, 24 Dec 2009 16:51:18 +0000 |
parents | 8cbd8013fe24 |
children | e53b8d577cca |
files | level1/modules/scdwt.asm |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/scdwt.asm Thu Dec 24 16:37:49 2009 +0000 +++ b/level1/modules/scdwt.asm Thu Dec 24 16:51:18 2009 +0000 @@ -49,7 +49,6 @@ RxGrab rmb 1 ;bytes to grab in multiread RxBufPtr rmb 2 ;pointer to Rx buffer RxBufDSz equ 256-. ;default Rx buffer gets remainder of page... -*RxBufDSz equ 20 RxBuff rmb RxBufDSz ;default Rx buffer memsize equ . @@ -88,7 +87,6 @@ * Exit: * CC = carry set on error * B = error code -* NEEDS WORK Term equ * lda <V.PORT+1,u ;get our port # @@ -198,11 +196,6 @@ puls u ;restore u -* Setup D.DWTAdr - install IRQ handler if we are the first port -DWSetOk equ * - * the value seems to remain in memory through a reset, so see if any ports active - * should be >0 only if the IRQ is installed - * trying local byte.. bsr CheckStats bne IRQok