mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: simplify logging a bit
This commit is contained in:
parent
8a847c12e6
commit
f8675e282e
5 changed files with 40 additions and 37 deletions
|
@ -283,6 +283,9 @@ extern SH2 sh2s[2];
|
|||
#define sh2_set_vbr(c, v) \
|
||||
{ if (c) ssh2.vbr = v; else msh2.vbr = v; }
|
||||
|
||||
#define elprintf_sh2(sh2, w, f, ...) \
|
||||
elprintf(w,"%csh2 "f,(sh2)->is_slave?'s':'m',##__VA_ARGS__)
|
||||
|
||||
// ---------------------------------------------------------
|
||||
|
||||
// main oscillator clock which controls timing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue