# Toplevel Makefile for Hachti's H316 stuff collection
-SUBDIRS=pc-tools/ldc pc-tools/src-filters pc-tools/gnt pc-tools/boot-maker lib/iolib lib/fortran \
+SUBDIRS=pc-tools/ldc pc-tools/src-filters pc-tools/boot-maker lib/iolib lib/fortran \
lib/fortran lib/fortran/vpunch-help lib/iolib programs/mandelbrot\
programs/punchomat programs/tools systems
#define MAX_BLOCK_SIZE 500
//#define DEBUG
-//#define DEBUG_CHECKSUM
-//#define DEBUG_STRUCTURE
+#define DEBUG_CHECKSUM
+#define DEBUG_STRUCTURE
+#define DEBUG_COMBINE
//#define IGNORE_CHECKSUM
#define HARDCORE_DEBUG
/********************************************************/
result->tape.low = r3;
#ifdef DEBUG_COMBINE
- msgf ("combine466 (data) : %s%s%s", bin2str (r1, 4), bin2str (r2, 6),
- bin2str (r3, 6));
- msgf ("combine466 (rawmem) : %s%s", bin2str (data[1], 8),
- bin2str (data[0], 8));
+ msgf ("combine466 (data) : %02x %02x %02x",r1,r2,r3, 6);
+// msgf ("combine466 (rawmem) : %s%s", bin2str (data[1], 8),
+// bin2str (data[0], 8));
msgf ("combine466 (structure): %s", bin2str (result->value, 16));
#endif
}