reduce verbosity of Test_C64() and Save_CA1()
This commit is contained in:
@@ -1797,7 +1797,7 @@ void Save_CA1(T_IO_Context * context)
|
||||
}
|
||||
else
|
||||
{
|
||||
GFX2_Log(GFX2_DEBUG, "byte %02X x %hu\n", current, count);
|
||||
//GFX2_Log(GFX2_DEBUG, "byte %02X x %hu\n", current, count);
|
||||
if (count < 256)
|
||||
{
|
||||
// ESC,a,b => repeat (a + 1) x byte b
|
||||
|
||||
Reference in New Issue
Block a user