changeset 1431:214ae6efd73e

Fixed case difference
author boisy
date Wed, 03 Dec 2003 13:26:26 +0000
parents cd27ea66e47b
children 7edc948ddcaa
files level2/modules/cc3io.asm level2/modules/init.asm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/cc3io.asm	Wed Dec 03 01:24:20 2003 +0000
+++ b/level2/modules/cc3io.asm	Wed Dec 03 13:26:26 2003 +0000
@@ -324,7 +324,7 @@
          ldd   #$0803		start at up arrow and up arrow table
          pshs  b,a		entries & save them
          leax  >L0160,pcr	point to keyboard mouse deltas
-         leay  <G.Mouse+Pt.Acy,u	point to mouse coords
+         leay  <G.Mouse+Pt.AcY,u	point to mouse coords
 
 * Update keyboard mouse co-ordinates according to arrow key pressed
 L01A2    bita  <G.KySns,u	desired arrow key down?
--- a/level2/modules/init.asm	Wed Dec 03 01:24:20 2003 +0000
+++ b/level2/modules/init.asm	Wed Dec 03 13:26:26 2003 +0000
@@ -19,7 +19,7 @@
 * Restarted edition number back to 1, removed CMDS/cc3go reference and
 * just have cc3go so that in certain cases, cc3go can be in the bootfile,
 * and so that ROMmed systems don't have to have a special init module.
-*          2003/11/5   Robert Gault
+*          2003/11/05  Robert Gault
 * Corrected CC3IO info regards mouse. Changed from fcb to fdb low res/ right
 * Corrected OS9Defs to match.