Fix write error status

This commit is contained in:
Will Scullin
2022-06-12 19:39:03 -07:00
parent cc46d040ca
commit cc025447dc
+1 -1
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;
}
/*