]> git.sur5r.net Git - cc65/commitdiff
Fixed wrong register assignments
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Sep 2003 18:47:28 +0000 (18:47 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Sep 2003 18:47:28 +0000 (18:47 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2450 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/_vic2.h

index 06aa4e4620067ca482474c8842e3aaa97af7939c..cfc5f5a411ff7c6380d34392f0c0d68dbc774b2d 100644 (file)
@@ -63,13 +63,13 @@ struct __vic2 {
     unsigned char      strobe_y;       /* Light pen, Y position */
     unsigned char      spr_ena;        /* Enable sprites */
     unsigned char      ctrl2;          /* Control register 2 */
-    unsigned char      spr_exp_x;      /* Expand sprites in X dir */
-    unsigned char      addr;           /* Address of chargen and video ram */
+    unsigned char      spr_exp_y;      /* Expand sprites in Y dir */
+    unsigned char              addr;           /* Address of chargen and video ram */
     unsigned char      irr;            /* Interrupt request register */
     unsigned char      imr;            /* Interrupt mask register */
     unsigned char      spr_bg_prio;    /* Priority to background */
     unsigned char      spr_mcolor;     /* Sprite multicolor bits */
-    unsigned char      spr_exp_y;      /* Expand sprites in Y dir */
+    unsigned char      spr_exp_x;      /* Expand sprites in X dir */
     unsigned char      spr_coll;       /* Sprite/sprite collision reg */
     unsigned char      spr_bg_coll;    /* Sprite/background collision reg */
     unsigned char              bordercolor;    /* Border color */