mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
stop LOG_BIOSCALL triggering dbe when outputting parameters.
This commit is contained in:
parent
4e9b2ccf7a
commit
1d0cf8d526
@ -1052,6 +1052,7 @@ static void log_bioscall( psxcpu_state *psxcpu )
|
||||
sprintf( buf, "unknown_%02x_%02x", address, operation );
|
||||
}
|
||||
logerror( "%08x: bioscall %s\n", (unsigned int)psxcpu->r[ 31 ] - 8, buf );
|
||||
psxcpu->berr = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user