mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-09 16:24:56 +00:00
Correct constructor initialisation ordering in GameBoyBus
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user