diff --git a/Z80/inc/Z80.h b/Z80/inc/Z80.h index 8147247..c104f49 100644 --- a/Z80/inc/Z80.h +++ b/Z80/inc/Z80.h @@ -57,8 +57,6 @@ namespace EightBit { int execute(uint8_t opcode); int step(); - // Mutable access to processor!! - virtual register16_t& AF() override { return m_accumulatorFlags[m_accumulatorFlagsSet]; }