diff level1/modules/dw4read.asm @ 2741:d1976224b314

Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1. Changed H6309-1 to H6309 and moved the real H6309 code into this routine and moved the standard 6809 57600bps code to the last "else" section. This was done to dwread.asm, dwwrite.asm, dw4write.asm, and dw4read.asm. Test compiled and everything still seems to compile as it should.
author drencor-xeen
date Sun, 06 Jan 2013 11:12:22 -0600
parents b839b516cb35
children b44abaa5da88
line wrap: on
line diff
--- a/level1/modules/dw4read.asm	Sat Jan 05 22:56:05 2013 -0600
+++ b/level1/modules/dw4read.asm	Sun Jan 06 11:12:22 2013 -0600
@@ -1,4 +1,4 @@
-	IFEQ	H6309-1
+	IFNE	H6309
 
 *******************************************************
 *