comparison romdb.c @ 2163:0bf077df45c3

Fix regression in Mode 1 CD detection
author Michael Pavone <pavone@retrodev.com>
date Sat, 11 Jun 2022 10:01:07 -0700
parents 6a954675d634
children fd68fe5f723e
comparison
equal deleted inserted replaced
2162:1270fe86eb89 2163:0bf077df45c3
485 case 'M': 485 case 'M':
486 case 'B': 486 case 'B':
487 case 'K': 487 case 'K':
488 case 'R': 488 case 'R':
489 case 'D': 489 case 'D':
490 case 'P':
490 //valid device letter 491 //valid device letter
491 //TODO: do something with these 492 //TODO: do something with these
492 break; 493 break;
494 case ' ':
495 //blanks are okay
496 break;
493 case 'F': 497 case 'F':
494 case 'T': 498 case 'T':
495 case 'P':
496 //unreleased peripheral, probably garbage 499 //unreleased peripheral, probably garbage
497 invalid = 1; 500 invalid = 1;
498 break; 501 break;
499 case 'C': 502 case 'C':
500 info.wants_cd = 1; 503 info.wants_cd = 1;