]> 4ch.mooo.com Git - 16.git/commitdiff
PEEEEEEEEEEEEEE
authorsparky4 <sparky4@cock.li>
Thu, 30 Jul 2015 07:40:31 +0000 (02:40 -0500)
committersparky4 <sparky4@cock.li>
Thu, 30 Jul 2015 07:40:31 +0000 (02:40 -0500)
modified:   16.hed
modified:   makefile
modified:   scroll.exe
modified:   sountest.exe
modified:   src/lib/16_head.h
modified:   src/scroll.c
modified:   tsthimem.exe

16.hed
makefile
scroll.exe
sountest.exe
src/lib/16_head.h
src/scroll.c
tsthimem.exe

diff --git a/16.hed b/16.hed
index 784fb183e71581b8cac62de20060f8127b4e699b..9f18ef9843cfaa1bac0546f6639c77d9cc71dbfc 100644 (file)
Binary files a/16.hed and b/16.hed differ
index 136770b87f9d484dd1831c352692012c3c98ef18..cbb1878fbae62a2f21b90fcae5c06c47573d616a 100644 (file)
--- 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)
 
index c1c2dab8bd2562a63cff01713450ef9e905bb7bd..4c50552601252d261d7067b272af1bcbd788f12f 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index b8b35c3373aee373f7f17ffcd6024818ac6074fe..845a26aa7ada504306f4dc0a829bff211578788e 100644 (file)
Binary files a/sountest.exe and b/sountest.exe differ
index 6f293147053dca3027fe81a528c544ee4d013735..69be59b9993644aa37b08984424d0e71d429bd89 100644 (file)
@@ -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
index 6f2b78012fab9894730ff5e7358fb76f211dba07..c6316e5628cea25a85c2b2d86aaa3f95fdc55ea5 100644 (file)
@@ -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);
index 99f79a9e23d792f4cbddd7adac227b9001828856..c581f9c96dbc40e0ff84d74724564bff30f5dd71 100644 (file)
Binary files a/tsthimem.exe and b/tsthimem.exe differ