aboutsummaryrefslogtreecommitdiff
path: root/sftsr.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-27 01:21:20 +0200
committerJavier <dev.git@javispedro.com>2022-04-27 01:21:20 +0200
commit6faf797ee40f494e385d1d99ef2da55740326ce0 (patch)
tree21016407455221fee3ba775bb118f9d1cfd85bc8 /sftsr.h
parent13cc0921d8f9a0d488a27e2c86c1d9d013a964fe (diff)
downloadvbados-6faf797ee40f494e385d1d99ef2da55740326ce0.tar.gz
vbados-6faf797ee40f494e385d1d99ef2da55740326ce0.zip
refactor: use INTPACKW (always 16-bit) instead of INTPACKX
Diffstat (limited to 'sftsr.h')
-rw-r--r--sftsr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sftsr.h b/sftsr.h
index 6161757..7c8802f 100644
--- a/sftsr.h
+++ b/sftsr.h
@@ -26,6 +26,7 @@
#include "vbox.h"
#include "int21dos.h"
+/** Trace all int2F calls into dlog */
#define TRACE_CALLS 0
#define LASTDRIVE 'Z'