From da552abf75e18410fc06341fbd45482b9a547144 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 23 Jun 2022 15:24:51 -0400 Subject: [PATCH] Fix BIT overflow flag. --- Processors/65816/Implementation/65816Implementation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/65816/Implementation/65816Implementation.hpp b/Processors/65816/Implementation/65816Implementation.hpp index 3ed50cb3a..ec7c73ba6 100644 --- a/Processors/65816/Implementation/65816Implementation.hpp +++ b/Processors/65816/Implementation/65816Implementation.hpp @@ -806,7 +806,7 @@ template void Processor> registers_.m_shift) & Flag::Overflow; break; case BITimm: