~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/win32/archdep.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
#define ARCHDEP_TED_DSCAN     1
72
72
#define ARCHDEP_TED_HWSCALE   0
73
73
 
 
74
/* Default RS232 devices.  */
 
75
#define ARCHDEP_RS232_DEV1 "10.0.0.1:25232"
 
76
#define ARCHDEP_RS232_DEV2 "10.0.0.1:25232"
 
77
#define ARCHDEP_RS232_DEV3 "10.0.0.1:25232"
 
78
#define ARCHDEP_RS232_DEV4 "10.0.0.1:25232"
 
79
 
74
80
/* Default location of raw disk images.  */
75
81
#define ARCHDEP_RAWDRIVE_DEFAULT "A:"
76
82
 
85
91
 
86
92
/* Ethernet default device */
87
93
#define ARCHDEP_ETHERNET_DEFAULT_DEVICE ""
 
94
 
 
95
extern void archdep_workaround_nop(const char *otto);
88
96
 
89
97
#endif
90
98