diff --git a/BizHawk.Emulation/Consoles/Nintendo/GBA/Meteor.cs b/BizHawk.Emulation/Consoles/Nintendo/GBA/Meteor.cs index 3d5aa84c40..96e8ea0a20 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/GBA/Meteor.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/GBA/Meteor.cs @@ -172,7 +172,9 @@ namespace BizHawk.Emulation.Consoles.Nintendo.GBA VsyncNum = 262144, VsyncDen = 4389, CpuTraceAvailable = true, - TraceHeader = " -Addr--- -Opcode- -Instruction------------------- -R0----- -R1----- -R2----- -R3----- -R4----- -R5----- -R6----- -R7----- -R8----- -R9----- -R10---- -R11---- -R12---- -R13(SP) -R14(LR) -R15(PC) -CPSR--- -SPSR---" + TraceHeader = " -Addr--- -Opcode- -Instruction------------------- -R0----- -R1----- -R2----- -R3----- -R4----- -R5----- -R6----- -R7----- -R8----- -R9----- -R10---- -R11---- -R12---- -R13(SP) -R14(LR) -R15(PC) -CPSR--- -SPSR---", + NominalWidth = 240, + NominalHeight = 160 }; public CoreOutputComm CoreOutputComm { get { return _CoreOutputComm; } } diff --git a/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs b/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs index 304a936ce8..8a6656a494 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs @@ -420,7 +420,9 @@ namespace BizHawk.Emulation.Consoles.GB VsyncDen = 4389, RomStatusAnnotation = null, //"Bizwhackin it up", RomStatusDetails = null, //"LEVAR BURTON", - CpuTraceAvailable = true + CpuTraceAvailable = true, + NominalWidth = 160, + NominalHeight = 144 }; public CoreOutputComm CoreOutputComm