CDL: fixed vram data logging glitch
This commit is contained in:
parent
4b562ff1af
commit
c4ec35c518
|
@ -884,7 +884,7 @@ static DECLFW(B2007) {
|
|||
uint32 tmp = RefreshAddr & 0x3FFF;
|
||||
|
||||
if (debug_loggingCD) {
|
||||
if(tmp < 0x2000)
|
||||
if(!cdloggerVideoDataSize && (tmp < 0x2000))
|
||||
cdloggervdata[tmp] = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue