WCPULIB=$(SRCLIB)wcpu$(DIRSEP)
ZFLAGS=-zk0 -zu -zc# -zm# -zdp# -zp16 -zq
-DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1
-CFLAGS=-ei -wo -x -mc -r -k60000 -fh=16.hed#16384#
+#DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1
+CFLAGS=-ei -wo -x -r -fh=16.hed -mc -k60000#16384#
OFLAGS=-ot -ox -ob -oh -or -om -ol# -ol+
FLAGS=-0 -d2 -lr $(OFLAGS) $(CFLAGS) $(DFLAGS) $(ZFLAGS)
*
*/
-#if !defined(__LARGE__) && !defined(__COMPACT__) && !defined(__HUGE__)
-#error Invalid memory model for compiling project 16
-#endif
+//#if !defined(__LARGE__) && !defined(__COMPACT__) && !defined(__HUGE__)
+//#error Invalid memory model for compiling project 16
+//#endif
#if !defined(__i86__) && defined(__i386__)
#error i8088 only
printf("temporary player sprite 1: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=44606385\n");
printf("Screen: %dx", screen.width); printf("%d\n", screen.height);
printf("Screen2: %dx", screen2.width); printf("%d\n", screen2.height);
+ printf("map: %dx%d\n", map.width, map.height);
//printf("map.width=%d map.height=%d map.data[0]=%d\n", bg->map->width, bg->map->height, bg->map->data[0]);
//xmsfree(&map);
//xmsfree(bg);