Skip to content

Commit

Permalink
fixup! yaAGC: Added simulation of the five CDU drive counters
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfranzl committed Sep 19, 2021
1 parent 3f0e44d commit 41a474c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaAGC/agc_engine.c
Expand Up @@ -1338,7 +1338,7 @@ CounterDINC (agc_t *State, int Counter)
else if (040000 & i) // Negative?
{
i = AddSP16(SignExtend(i), SignExtend(AGC_P1)) & 077777;
// Simualte MOUT effects
// Simulate MOUT effects
switch (Counter)
{
case COUNTER_GYROCMD:
Expand Down

0 comments on commit 41a474c

Please sign in to comment.