commit | b4b9fae6717969c0ee6b86383fb92d51d915447a | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Mon Apr 19 14:56:29 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 19 14:56:29 1999 +0000 |
tree | 2e92b722c182ff4efcf2b516e7642be60bfee766 | |
parent | 3c9cf42d00989a0bf575c0e4efef02b7f0c45ec7 [diff] [blame] |
New debug scheme with explicit debug channels declaration.
diff --git a/msdos/ioports.c b/msdos/ioports.c index 49a9f10..7794014 100644 --- a/msdos/ioports.c +++ b/msdos/ioports.c
@@ -24,6 +24,8 @@ #include "debug.h" #include "miscemu.h" +DEFAULT_DEBUG_CHANNEL(int) + static WORD tmr_8253_countmax[3] = {0xffff, 0x12, 1}; /* [2] needs to be 1 ! */ /* if byte_toggle is TRUE, then hi byte has already been written */ static BOOL16 tmr_8253_byte_toggle[3] = {FALSE, FALSE, FALSE};