fix regression in gameboy from corecomm merge

This commit is contained in:
goyuken 2012-12-10 01:33:09 +00:00
parent 49f16bcb20
commit fd304e6cb4
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ namespace BizHawk.Emulation.Consoles.GB
{
CoreComm = comm;
comm.VsyncNum = 262144;
comm.VsyncDen = 4389;
comm.RomStatusAnnotation = null;
comm.RomStatusDetails = null;
comm.CpuTraceAvailable = true;
comm.NominalWidth = 160;
comm.NominalHeight = 144;
ThrowExceptionForBadRom(romdata);
GambatteState = LibGambatte.gambatte_create();