From dfc02c7e542bbf072193d7018ab8410a7576b34d Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Mon, 24 Jul 2017 22:02:55 +0100 Subject: [PATCH] Remove pointless comment. Signed-off-by: Adrian.Conlon --- Z80/inc/Z80.h | 2 -- 1 file changed, 2 deletions(-) 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]; }