Changeset fa38804 in buchla-68k for ram/showcfg.c
- Timestamp:
- 07/14/2017 04:18:35 PM (7 years ago)
- Branches:
- master
- Children:
- ace9ee7
- Parents:
- 1efe224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/showcfg.c
r1efe224 rfa38804 17 17 #define BOT_EDGE 348 /* bottom edge of configuration box */ 18 18 19 /*20 21 */22 23 19 struct fet id_fet2[] = { /* waveshape number fet */ 24 20 … … 53 49 { 1, 336, 510, 349, 12, imfnbox}, /* number */ 54 50 }; 55 56 /*57 58 */59 51 60 52 int16_t patctab[MAXPAT] = { /* pattern colors */ … … 97 89 }; 98 90 99 /*100 101 */102 103 91 uint16_t pat[MAXPAT][16] = { /* configuration pattern elements */ 104 92 … … 152 140 0x7FFC, 0x7FFC, 0x3FFC, 0x1FFC, 153 141 0x0FFC, 0x03FC, 0x00FC, 0x001C}, 154 /* 155 156 */ 142 157 143 {0x0000, 0x0000, 0x0000, 0x0000, /* 11 */ 158 144 0x0080, 0x0180, 0x0080, 0x0000, … … 204 190 0xFE00, 0x0000, 0x0000, 0x0000, 205 191 0x0000, 0x0000, 0x0000, 0x0000}, 206 /* 207 208 */ 192 209 193 {0x0000, 0x0000, 0x0000, 0x0000, /* 21 */ 210 194 0x0000, 0x0000, 0x0000, 0xFE00, … … 256 240 0x07C0, 0x0600, 0x0600, 0x07E0, 257 241 0x07E0, 0x0000, 0x0000, 0x0000}, 258 /* 259 260 */ 242 261 243 {0x0000, 0x0000, 0x0000, 0x03C0, /* 31 */ 262 244 0x07E0, 0x0660, 0x0060, 0x01C0, … … 284 266 0x7FFE, 0x7FFE, 0x7FFE, 0x0000} 285 267 }; 286 287 /*288 289 */290 268 291 269 /* … … 326 304 } 327 305 328 /*329 330 */331 332 306 /* 333 307 ============================================================================= … … 361 335 } 362 336 } 363 364 /*365 366 */367 337 368 338 /* … … 390 360 } 391 361 392 /*393 394 */395 396 362 /* 397 363 ============================================================================= … … 425 391 } 426 392 427 /*428 429 */430 431 393 /* 432 394 ============================================================================= … … 470 432 csbp = idmbox; 471 433 472 /* 473 474 */ 434 475 435 if (wc) { /* waveshape */ 476 436 … … 501 461 curfet = id_fet2; 502 462 settc(24, 12); 503 /* 504 505 */ 463 506 464 } else { /* configuration */ 507 465 … … 530 488 } 531 489 532 /*533 534 */535 536 490 /* 537 491 ============================================================================= … … 578 532 return(SUCCESS); 579 533 } 580 /* 581 582 */ 534 583 535 } else { /* configuration */ 584 536
Note:
See TracChangeset
for help on using the changeset viewer.