Whoops: missed clang warning.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2017-11-30 16:55:10 +00:00
parent dc58969614
commit 4b2d84dba3

View File

@ -38,7 +38,7 @@ namespace EightBit {
private:
uint8_t* m_data = nullptr;
register16_t m_address { 0xff, 0xff };
register16_t m_address{ { 0xff, 0xff } };
uint8_t m_temporary = 0xff; // Used to simulate ROM
};
}