From 07ae382ac4a68964f8dc0e705440b30722d83daf Mon Sep 17 00:00:00 2001 From: goyuken Date: Mon, 26 Nov 2012 02:30:07 +0000 Subject: [PATCH] add a\v dump resize hints to gb, gba. other cores should probably get this treatment as well --- BizHawk.Emulation/Consoles/Nintendo/GBA/Meteor.cs | 4 +++- BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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