diff level1/modules/rbdw3.asm @ 2640:8d24c482646e

o increased timeout in atari dwread.asm module o fixed bug in rbdw3.asm where OP_INIT wasn't being sent o replaced constant offset jumps into dw3.sb with labels
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 28 Feb 2012 23:09:32 -0600
parents 4e5ff2c5b512
children 2ebf5e737ceb
line wrap: on
line diff
--- a/level1/modules/rbdw3.asm	Tue Feb 28 09:26:09 2012 -0600
+++ b/level1/modules/rbdw3.asm	Tue Feb 28 23:09:32 2012 -0600
@@ -150,6 +150,7 @@
 * Initialize the low level device
          jsr   DW$Init,u
          lda   #OP_INIT
+         sta   ,s
          leax  ,s
          ldy   #$0001
          jsr   DW$Write,u