changeset 2938:c91cd2a9b22a

rb1773: Fix typo in write precompensation code This was broken since 2004, but is usually not used. At least it can now be activated. Patch from Gene Heskett and Robert Gault.
author Robert Gault <robert.gault@att.net>
date Fri, 24 Jan 2014 22:10:38 +0100
parents e881994bfe30
children 011a5f26e9da
files level1/modules/rb1773.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/rb1773.asm	Fri Jan 24 20:56:07 2014 +0100
+++ b/level1/modules/rb1773.asm	Fri Jan 24 22:10:38 2014 +0100
@@ -916,7 +916,7 @@
 L02F9    cmpa  ,s+            Is track # high enough to warrant precomp?
          bls   L0307          No, continue normally
          ldb   >ctlimg,u
-         orb   #C.WRPCMP     Turn on Write precomp
+         orb   #C_WPRCMP     Turn on Write precomp
          stb   >ctlimg,u
          ENDC