mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 00:29:47 +00:00
Remove pointless comment.
Signed-off-by: Adrian.Conlon <adrian.conlon@arup.com>
This commit is contained in:
parent
c0c969c560
commit
dfc02c7e54
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user