~ubuntu-branches/ubuntu/karmic/e-uae/karmic

« back to all changes in this revision

Viewing changes to src/targets/t-unix.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Suerken
  • Date: 2008-07-05 14:02:02 UTC
  • Revision ID: james.westby@ubuntu.com-20080705140202-u5aagnhtg31pmjc3
Tags: upstream-0.8.29-WIP4
ImportĀ upstreamĀ versionĀ 0.8.29-WIP4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 /*
 
2
  * UAE - The Un*x Amiga Emulator
 
3
  *
 
4
  * Target specific stuff, *nix version
 
5
  *
 
6
  * Copyright 1997 Bernd Schmidt
 
7
  */
 
8
 
 
9
#define TARGET_NAME "unix"
 
10
 
 
11
#define TARGET_ROM_PATH         "~/"
 
12
#define TARGET_FLOPPY_PATH      "~/"
 
13
#define TARGET_HARDFILE_PATH    "~/"
 
14
#define TARGET_SAVESTATE_PATH   "~/"
 
15
 
 
16
#ifndef OPTIONSFILENAME
 
17
# ifdef __APPLE__
 
18
#  define OPTIONSFILENAME "default.uaerc"
 
19
# else
 
20
#  define OPTIONSFILENAME ".uaerc"
 
21
# endif
 
22
#endif
 
23
#define OPTIONS_IN_HOME
 
24
 
 
25
#define DEFPRTNAME "lpr"
 
26
#define DEFSERNAME "/dev/ttyS1"