1  /*
2   * UAE - The Un*x Amiga Emulator
3   *
4   * Target specific stuff, Win32 version
5   *
6   * Copyright 1997 Mathias Ortmann
7   */
8 
9 #define TARGET_NAME "win32"
10 
11 #define NO_MAIN_IN_MAIN_C
12 
13 #define OPTIONSFILENAME "uae.rc"
14 #define OPTIONS_IN_HOME
15 
16 #define DEFPRTNAME "LPT1"
17 #define DEFSERNAME "COM1"
18 
19 #define PICASSO96_SUPPORTED
20 #define BSDSOCKET_SUPPORTED
21