GPGX - make M68K Bus always the system bus

This commit is contained in:
adelikat 2016-02-21 11:15:13 -05:00
parent e5b6921c7d
commit 4137da7e22
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
}
MemoryDomains = new MemoryDomainList(mm);
MemoryDomains.SystemBus = IsSegaCD ? s68Bus : m68Bus;
MemoryDomains.SystemBus = m68Bus;
(ServiceProvider as BasicServiceProvider).Register<IMemoryDomains>(MemoryDomains);
}