m68k, less debug spam
This commit is contained in:
parent
11f56a695f
commit
388a129d84
|
@ -1381,7 +1381,7 @@ void SekSetRESETLine(INT32 nStatus)
|
|||
if (nSekRESETLine[nSekActive] && nStatus == 0)
|
||||
{
|
||||
SekReset();
|
||||
bprintf(0, _T("SEK: cleared resetline.\n"));
|
||||
//bprintf(0, _T("SEK: cleared resetline.\n"));
|
||||
}
|
||||
|
||||
nSekRESETLine[nSekActive] = nStatus;
|
||||
|
@ -1454,7 +1454,7 @@ void SekSetHALT(INT32 nStatus)
|
|||
{
|
||||
if (nSekHALT[nSekActive] && nStatus == 0)
|
||||
{
|
||||
bprintf(0, _T("SEK: cleared HALT.\n"));
|
||||
//bprintf(0, _T("SEK: cleared HALT.\n"));
|
||||
}
|
||||
|
||||
nSekHALT[nSekActive] = nStatus;
|
||||
|
|
Loading…
Reference in New Issue