From: sparky4 Date: Thu, 30 Jul 2015 07:40:31 +0000 (-0500) Subject: PEEEEEEEEEEEEEE X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=bd1fcae44f46be994efadf246b1cfc05da14a1c7;p=16.git PEEEEEEEEEEEEEE modified: 16.hed modified: makefile modified: scroll.exe modified: sountest.exe modified: src/lib/16_head.h modified: src/scroll.c modified: tsthimem.exe --- diff --git a/16.hed b/16.hed index 784fb183..9f18ef98 100644 Binary files a/16.hed and b/16.hed differ diff --git a/makefile b/makefile index 136770b8..cbb1878f 100644 --- a/makefile +++ b/makefile @@ -20,8 +20,8 @@ DOSLIB=$(SRCLIB)doslib$(DIRSEP) 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) diff --git a/scroll.exe b/scroll.exe index c1c2dab8..4c505526 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/sountest.exe b/sountest.exe index b8b35c33..845a26aa 100644 Binary files a/sountest.exe and b/sountest.exe differ diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 6f293147..69be59b9 100644 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -20,9 +20,9 @@ * */ -#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 diff --git a/src/scroll.c b/src/scroll.c index 6f2b7801..c6316e56 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -403,6 +403,7 @@ void main() 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); diff --git a/tsthimem.exe b/tsthimem.exe index 99f79a9e..c581f9c9 100644 Binary files a/tsthimem.exe and b/tsthimem.exe differ