Correct constructor initialisation ordering in GameBoyBus

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2017-10-24 22:10:02 +01:00
parent a22e59546b
commit e17e98a6fd

View File

@ -11,8 +11,8 @@ EightBit::GameBoy::Bus::Bus()
m_lowInternalRam(0x2000),
m_oamRam(0xa0),
m_ioPorts(*this),
m_enabledLCD(false),
m_highInternalRam(0x80),
m_enabledLCD(false),
m_disableGameRom(false),
m_rom(false),
m_banked(false),