DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1# -zm
CFLAGS=-zk0 -wo -x -mc -zu# -zdp# -zp16 -zq
OFLAGS=-ot -ox -ob -oh -or# -om -ol -ol+
-FLAGS=-0 -d2 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS)
+FLAGS=-0 -d1 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS) #-d2
SRC=src$(DIRSEP)
SRCLIB=$(SRC)lib$(DIRSEP)
JSMNLIB=$(SRCLIB)jsmn$(DIRSEP)
if(scan->start<=end)
{
//printf(");
- write (debughandle,"\nMM_ShowMemory: Memory block order currupted!\n",strlen("\nMM_ShowMemory: Memory block order currupted!\n"));
+ write(debughandle,"\nMM_ShowMemory: Memory block order currupted!\n",strlen("\nMM_ShowMemory: Memory block order currupted!\n"));
//modexprint(&page, chx, chy, 1, 0, 24, "\nMM_ShowMemory: Memory block order currupted!\n");
return;
}
//void VW_Hlin(unsigned xl, unsigned xh, unsigned y, unsigned color);
//++++ VW_Plot(scan->start,0,15);
- modexputPixel(page, scan->start, chy, 15);
+ //modexputPixel(page, scan->start, chy, 15);
+ modexClearRegion(page, scan->start, chy, 4, 4, 15);
if(scan->next->start > end+1)
//++++ VW_Hlin(end+1,scan->next->start,0,0); // black = free
- modexhlin(page, end+1,scan->next->start, chy, color);
+ modexhlin(page, end+1,scan->next->start, chy, 9);
//****#if 0
printf("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"); //bug!
{
word x;
- for(x=0;x<xh;x++)
- modexputPixel(page, x+xl, y, color);
+ for(x=0;x<xh*4;x+=4)
+ modexClearRegion(page, x+xl, y, 4, 4, color);
+ //modexputPixel(page, x+xl, y, color);
}\r
\r
void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str)\r