GPGX - make M68K Bus always the system bus
This commit is contained in:
parent
e5b6921c7d
commit
4137da7e22
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue