1
0
Fork 0

Adding Win32 passthrough serial support

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1858
This commit is contained in:
Dean Beeler 2004-06-28 01:41:56 +00:00
parent c7f47743ba
commit 23005cba52
5 changed files with 724 additions and 747 deletions

View file

@ -1,6 +1,8 @@
#define INLINE __forceinline
#define VERSION "0.60"
#define VERSION "0.61"
#define C_DIRECTSERIAL 1
/* Define to 1 to enable internal debugger, requires libcurses */
#define C_DEBUG 1