fix "BSNES in SGB mode creates two entries for the WRAM domain" #1012

This commit is contained in:
zeromus 2017-10-03 15:35:16 -05:00
parent 74d1eba368
commit 43b04a4ee0
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
MakeMemoryDomain("SGB HRAM", LibsnesApi.SNES_MEMORY.SGB_HRAM, MemoryDomain.Endian.Little);
MakeMemoryDomain("SGB CARTRAM", LibsnesApi.SNES_MEMORY.SGB_CARTRAM, MemoryDomain.Endian.Little);
MakeMemoryDomain("WRAM", LibsnesApi.SNES_MEMORY.WRAM, MemoryDomain.Endian.Little);
}