diff --git a/js/cards/smartport.ts b/js/cards/smartport.ts index 7568e5b..98db6ae 100644 --- a/js/cards/smartport.ts +++ b/js/cards/smartport.ts @@ -276,7 +276,7 @@ export default class SmartPort implements Card, MassStorage, Restor buffer = buffer.inc(1); } state.a = 0; - state.s &= flags.C; + state.s &= ~flags.C; } /*