X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Mappings.pde;h=10c1083fe0b810c468bde8471676195df1037b5d;hb=b11ff42b4235ebf514245ac177cb4809067c988b;hp=fd581e56efc95188656e8cbec20200012c8362d7;hpb=e73ef85d13e1f4787bbf2705d294791d268d95b1;p=SugarCubes.git diff --git a/_Mappings.pde b/_Mappings.pde index fd581e5..10c1083 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -39,7 +39,7 @@ class SCMapping implements GLucose.Mapping { cubes[19] = new Cube(24, 2, 20, 0, 0, 25, true, 0, 3); cubes[20] = new Cube(26, 26, 20, 0, 0, 70, true, 2, 3); cubes[21] = new Cube(3.5, 10.5, 20, 0, 0, 35, true, 1, 0); - cubes[22] = new Cube(63, 133, 20, 0, 0, 80, false, 0, 2); + cubes[22] = new Cube(63, 133, 20, 0, 0, 80, false, 0, 2); cubes[23] = new Cube(56, 159, 20, 0, 0, 65); cubes[24] = new Cube(68, 194, 20, 0, -45, 0); cubes[25] = new Cube(34, 194, 20, 20, 0, 35 ); @@ -76,7 +76,7 @@ class SCMapping implements GLucose.Mapping { cubes[56] = new Cube(1, 53, 0, 40, 70, 70); cubes[57] = new Cube(-15, 24, 0, 15, 0, 0); //cubes[58] what the heck happened here? never noticed before 4/8/2013 - //cubes[59] what the heck happened here? never noticed before 4/8/2013 + cubes[59] = new Cube(40, 46, 100, 0, 0, 355, false, 2, 3); // copies from 75 cubes[60] = new Cube(40, 164, 120, 0, 0, 12.5, false, 4, 3); cubes[61] = new Cube(32, 148, 100, 0, 0, 3, false, 4, 2); cubes[62] = new Cube(30, 132, 90, 10, 350, 5); @@ -87,7 +87,7 @@ class SCMapping implements GLucose.Mapping { cubes[68] = new Cube(29, 94, 105, 15, 20, 10, false, 4, 0); cubes[69] = new Cube(30, 77, 100, 15, 345, 20, false, 2, 1); cubes[70] = new Cube(38, 96, 95, 30, 0, 355); - //cubes[71]= new Cube(38,96,95,30,0,355); + //cubes[71] = new Cube(38,96,95,30,0,355); //old power cube cubes[72] = new Cube(44, 20, 100, 0, 0, 345); cubes[73] = new Cube(28, 24, 100, 0, 0, 13, true, 5, 1); cubes[74] = new Cube(8, 38, 100, 10, 0, 0, true, 5, 1); @@ -105,7 +105,7 @@ class SCMapping implements GLucose.Mapping { } , { - 30, 31, 32, 17, 3 // Pandaboard B, structural channel 2 + 31, 32, 17, 3, 0 // Pandaboard B, structural channel 2, normally 30, 31, 32, 17, 3 (disconnected 30) } , { @@ -113,7 +113,7 @@ class SCMapping implements GLucose.Mapping { } , { - 69, 75, 74, 76, 73 // Pandaboard D, structural channel 4 + 69, 75, 74, 76, 73 // Pandaboard D, structural channel 4, normally 64 first } , { @@ -157,7 +157,7 @@ class SCMapping implements GLucose.Mapping { } , { - 64, 75, 72, 49, 50 // Pandaboard F, structural channel 14, right top backside + 64, 59, 72, 49, 50 // Pandaboard F, structural channel 14, right top backside (second cube is missing from sim) } , { @@ -174,7 +174,7 @@ class SCMapping implements GLucose.Mapping { // syntax is {cube #, strip #, strip #, . . . } return new int[][] { { - 22, 4, 8 + 22, 4, 7 } , { @@ -218,7 +218,7 @@ class SCMapping implements GLucose.Mapping { } , { - 15, 6, 8 + 15, 6, 8, 9 } , { @@ -252,6 +252,22 @@ class SCMapping implements GLucose.Mapping { { 74, 6, 7 } + , + { + 21, 10 + } + , + { + 37, 11 + } + , + { + 61, 5 + } + , + { + 33, 12 + } }; } }