changeset 2288:a21f67727413

Fixed little bitty bug
author boisy
date Tue, 29 Dec 2009 13:01:18 +0000
parents e49532f2c754
children 5ffc638fff67
files level1/modules/scdwt.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/scdwt.asm	Tue Dec 29 12:42:29 2009 +0000
+++ b/level1/modules/scdwt.asm	Tue Dec 29 13:01:18 2009 +0000
@@ -519,7 +519,7 @@
  
 store
 			* store our data byte
-			stb    	,x+     	; store and increment buffer pointer
+			sta    	,x+     	; store and increment buffer pointer
         
 			* adjust RxBufPut	
 			cmpx  	RxBufEnd,u 	; end of Rx buffer?