diff --git a/Processors/68000/Implementation/68000Implementation.hpp b/Processors/68000/Implementation/68000Implementation.hpp index e452572e3..e90a7fc4e 100644 --- a/Processors/68000/Implementation/68000Implementation.hpp +++ b/Processors/68000/Implementation/68000Implementation.hpp @@ -892,6 +892,7 @@ template void Proces zero_result_ = active_program_->destination->full; negative_flag_ = temporary & 0x8000; + overflow_flag_ = carry_flag_ = 0; } break; /*