Fix write error status

This commit is contained in:
Will Scullin 2022-06-12 19:39:03 -07:00
parent cc46d040ca
commit cc025447dc
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ export default class SmartPort implements Card, MassStorage<BlockFormat>, Restor
buffer = buffer.inc(1);
}
state.a = 0;
state.s &= flags.C;
state.s &= ~flags.C;
}
/*