mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
fix various logging issues
This commit is contained in:
parent
9db6a54485
commit
ebd70cb5d9
5 changed files with 38 additions and 21 deletions
|
@ -87,7 +87,7 @@ static u32 PicoRead16_svpr(u32 a)
|
|||
a15004_looping = 0;
|
||||
|
||||
if (!a15004_looping)
|
||||
elprintf(EL_SVP, "SVP r%i: [%06x] %04x @%06x", realsize, a, d, SekPc);
|
||||
elprintf(EL_SVP, "SVP r: [%06x] %04x @%06x", a, d, SekPc);
|
||||
|
||||
if (a == 0xa15004 && !(d&1)) {
|
||||
if (!a15004_looping)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue