dos33: turn off debugging

This commit is contained in:
Vince Weaver 2016-12-13 16:51:25 -05:00
parent e3f5ae0824
commit 0f1686c220

View File

@ -10,7 +10,7 @@
#include "dos33.h"
static int debug=1;
static int debug=0;
static unsigned char sector_buffer[BYTES_PER_SECTOR];