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 execute(uint8_t opcode);
|
||||||
int step();
|
int step();
|
||||||
|
|
||||||
// Mutable access to processor!!
|
|
||||||
|
|
||||||
virtual register16_t& AF() override {
|
virtual register16_t& AF() override {
|
||||||
return m_accumulatorFlags[m_accumulatorFlagsSet];
|
return m_accumulatorFlags[m_accumulatorFlagsSet];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user