From: sparky4 Date: Sat, 7 Oct 2023 18:29:47 +0000 (-0500) Subject: test test commented out dumpers in xcroll.c X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=ebc247a0a67daa69a027f31d9d7d9572db765e56 test test commented out dumpers in xcroll.c --- diff --git a/SCREEN.DAT b/SCREEN.DAT new file mode 100755 index 00000000..78e63a38 Binary files /dev/null and b/SCREEN.DAT differ diff --git a/SCREEN.RAW b/SCREEN.RAW new file mode 100755 index 00000000..df442235 Binary files /dev/null and b/SCREEN.RAW differ diff --git a/src/lib/doslib b/src/lib/doslib index c1637014..d999738e 160000 --- a/src/lib/doslib +++ b/src/lib/doslib @@ -1 +1 @@ -Subproject commit c1637014ed95f418b364120a2b91ee73245fc1d4 +Subproject commit d999738efedfa9ecf34adc949d500d4110fd8b54 diff --git a/src/xcroll.c b/src/xcroll.c index 28cae408..1f68add5 100755 --- a/src/xcroll.c +++ b/src/xcroll.c @@ -330,8 +330,8 @@ void main(int argc, char *argv[]) modexFadeOff(4, &gvar.video.palette); #endif #ifdef SCROLLEXEDEBUG - MM_DumpData (&gvar); - HC_heapdump (&gvar); +// MM_DumpData (&gvar); +// HC_heapdump (&gvar); #endif Shutdown16(&gvar); printf("\nProject 16 xcroll.exe. This is just a test file!\n");