diff level1/modules/dw4read.asm @ 2743:b44abaa5da88

Found that the lib folder was not being processed. Corrected issue.
author drencor-xeen
date Tue, 08 Jan 2013 14:01:56 -0600
parents d1976224b314
children 28ed72477814
line wrap: on
line diff
--- a/level1/modules/dw4read.asm	Sun Jan 06 12:24:28 2013 -0600
+++ b/level1/modules/dw4read.asm	Tue Jan 08 14:01:56 2013 -0600
@@ -6,7 +6,7 @@
 *    Receive a response from the DriveWire server.
 *    Times out if no data received within 1.3 (0.66) seconds.
 *
-*    THIS VERSION REQUIRES ONE OR MORE SYNC BYTES 
+*    THIS VERSION REQUIRES ONE OR MORE SYNC BYTES
 *    WHERE THE THE FINAL SYNC BYTE IS $C0 AND ANY
 *    PRECEDING SYNC BYTES ARE $FF.
 *
@@ -55,7 +55,7 @@
 	inca			; set CD FIRQ enable
 	sta	<$FF21		; set new control state for PIA 1
 	stb	<$FF23
-	
+
 * Wait for Sync Byte(s) or Timeout
 sync1	ldd	#$0102		; ACCA = serial in mask, ACCB = shift counter
 sync2	bita	,u		; sample input
@@ -138,7 +138,7 @@
 *    Receive a response from the DriveWire server.
 *    Times out if no data received within 1.3 (0.66) seconds.
 *
-*    THIS VERSION REQUIRES ONE OR MORE SYNC BYTES 
+*    THIS VERSION REQUIRES ONE OR MORE SYNC BYTES
 *    WHERE THE THE FINAL SYNC BYTE IS $C0 AND ANY
 *    PRECEDING SYNC BYTES ARE $FF.
 *