Remove pointless comment.

Signed-off-by: Adrian.Conlon <adrian.conlon@arup.com>
This commit is contained in:
Adrian.Conlon 2017-07-24 22:02:55 +01:00
parent c0c969c560
commit dfc02c7e54

View File

@ -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];
}