add disk hash to saturn

This commit is contained in:
goyuken 2013-12-08 17:48:30 +00:00
parent 315d156034
commit 37852c3e63
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace BizHawk.Emulation.Cores.Sega.Saturn
public Yabause(CoreComm CoreComm, DiscSystem.Disc CD, byte[] bios, bool GL = false)
{
CoreComm.RomStatusDetails = "Yeh";
CoreComm.RomStatusDetails = string.Format("Disk partial hash:{0}", CD.GetHash());
this.CoreComm = CoreComm;
this.CD = CD;
ResetCounters();