changeset 2173:5daef7cf8a1b

Fixed error where equ should have been fcb for MPI slot select
author boisy
date Tue, 03 Jun 2008 21:35:03 +0000
parents 2801ef7aff80
children 432af5bf1780
files level2/modules/joydrv_6551L.asm level2/modules/joydrv_6551M.asm level2/modules/joydrv_6552L.asm
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/joydrv_6551L.asm	Sun Jun 01 10:40:08 2008 +0000
+++ b/level2/modules/joydrv_6551L.asm	Tue Jun 03 21:35:03 2008 +0000
@@ -34,7 +34,7 @@
 name     fcs   /JoyDrv/  
          fcb   edition   
                          
-SlotSlct equ   MPISlot   
+SlotSlct fcb   MPISlot   
                          
 start    lbra  Init      
          lbra  Term      
--- a/level2/modules/joydrv_6551M.asm	Sun Jun 01 10:40:08 2008 +0000
+++ b/level2/modules/joydrv_6551M.asm	Tue Jun 03 21:35:03 2008 +0000
@@ -31,7 +31,7 @@
 name     fcs   /JoyDrv/
          fcb   edition
 
-SlotSlct equ   MPISlot
+SlotSlct fcb   MPISlot
 
 start    lbra  Init
          lbra  Term
--- a/level2/modules/joydrv_6552L.asm	Sun Jun 01 10:40:08 2008 +0000
+++ b/level2/modules/joydrv_6552L.asm	Tue Jun 03 21:35:03 2008 +0000
@@ -37,7 +37,7 @@
          lbra  SSMsXY
          lbra  SSJoyBtn
 
-SlotSlct equ   MPISlot
+SlotSlct fcb   MPISlot
 
 SSJoyXY  pshs  x,b,a
          ldx   #PIA0Base