ao486: rework IDE, support for CD-ROM.

This commit is contained in:
sorgelig
2020-09-17 23:48:26 +08:00
parent 0e1ca7da59
commit fa7fe5391a
10 changed files with 1788 additions and 263 deletions

View File

@@ -418,7 +418,8 @@ static void parse_config()
if (i>=2 && p && p[0])
{
//skip Disable/Hide masks
while((p[0] == 'H' || p[0] == 'D') && strlen(p)>=2) p += 2;
while((p[0] == 'H' || p[0] == 'D' || p[0] == 'h' || p[0] == 'd') && strlen(p)>=2) p += 2;
if (p[0] == 'P') p += 2;
if (p[0] == 'J')
{