diff options
author | Jaroslav Hensl <emulator@emulace.cz> | 2024-08-13 09:23:30 +0200 |
---|---|---|
committer | Jaroslav Hensl <emulator@emulace.cz> | 2024-08-13 09:23:30 +0200 |
commit | a1812e7538bd018ffbabb6573dee9e7345c6d57a (patch) | |
tree | 5d7a7eddada953a32b6d43f3b37ae7ab2980b07a /makefile | |
parent | a58f69cf53f7504069cfbe695cda873208ac2086 (diff) | |
download | vmdisp9x-a1812e7538bd018ffbabb6573dee9e7345c6d57a.tar.gz |
overlay + gamma + frame buffering (in progress)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ FIXLINK_CC = wcl386 -q fixlink\fixlink.c -fe=$(FIXLINK_EXE) #FLAGS += -DHWBLT
# Set DBGPRINT to add debug printf logging.
-#DBGPRINT = 1
+DBGPRINT = 1
!ifdef DBGPRINT
FLAGS += -DDBGPRINT
|