too much debug scroll from this one

This commit is contained in:
dinkc64 2014-07-30 21:29:15 +00:00
parent fc837ef953
commit 3bfc99ed24
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ void __fastcall GalaxianZ80Write(UINT16 a, UINT8 d)
}
default: {
bprintf(PRINT_NORMAL, _T("Z80 #1 Write => %04X, %02X\n"), a, d);
//bprintf(PRINT_NORMAL, _T("Z80 #1 Write => %04X, %02X\n"), a, d);
}
}
}