mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Fix write error status
This commit is contained in:
parent
cc46d040ca
commit
cc025447dc
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user