m68k, less debug spam

This commit is contained in:
dinkc64 2019-08-13 23:07:41 -04:00
parent 11f56a695f
commit 388a129d84
1 changed files with 2 additions and 2 deletions

View File

@ -1381,7 +1381,7 @@ void SekSetRESETLine(INT32 nStatus)
if (nSekRESETLine[nSekActive] && nStatus == 0) if (nSekRESETLine[nSekActive] && nStatus == 0)
{ {
SekReset(); SekReset();
bprintf(0, _T("SEK: cleared resetline.\n")); //bprintf(0, _T("SEK: cleared resetline.\n"));
} }
nSekRESETLine[nSekActive] = nStatus; nSekRESETLine[nSekActive] = nStatus;
@ -1454,7 +1454,7 @@ void SekSetHALT(INT32 nStatus)
{ {
if (nSekHALT[nSekActive] && nStatus == 0) if (nSekHALT[nSekActive] && nStatus == 0)
{ {
bprintf(0, _T("SEK: cleared HALT.\n")); //bprintf(0, _T("SEK: cleared HALT.\n"));
} }
nSekHALT[nSekActive] = nStatus; nSekHALT[nSekActive] = nStatus;