comparison tools/lib64fmts.c @ 2596:353192a5100a

Add tiny comment about issues with ECM support.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 19 Nov 2023 03:54:35 +0200
parents ee6225ed27ec
children c3c1d3c75f53
comparison
equal deleted inserted replaced
2595:ee6225ed27ec 2596:353192a5100a
507 { 507 {
508 (void) op; 508 (void) op;
509 (void) buf; 509 (void) buf;
510 (void) fmt; 510 (void) fmt;
511 511
512 // XXX TODO: ECM support is buggy, see
513 // samples/64/petscii/them_balls_dont_touch_by_aomeba_ald.prg
512 const Uint8 *data = img->extraData[0].data; 514 const Uint8 *data = img->extraData[0].data;
513 switch (data[0x0028 - 2]) 515 switch (data[0x0028 - 2])
514 { 516 {
515 case 0x00: 517 case 0x00:
516 img->extraInfo[D64_EI_MODE] = D64_FMT_HIRES | D64_FMT_CHAR; 518 img->extraInfo[D64_EI_MODE] = D64_FMT_HIRES | D64_FMT_CHAR;