uae-wii/src/targets/t-unix.h
2009-05-05 15:36:48 +00:00

27 lines
525 B
C

/*
* UAE - The Un*x Amiga Emulator
*
* Target specific stuff, *nix version
*
* Copyright 1997 Bernd Schmidt
*/
#define TARGET_NAME "unix"
#define TARGET_ROM_PATH "~/"
#define TARGET_FLOPPY_PATH "~/"
#define TARGET_HARDFILE_PATH "~/"
#define TARGET_SAVESTATE_PATH "~/"
#ifndef OPTIONSFILENAME
# ifdef __APPLE__
# define OPTIONSFILENAME "default.uaerc"
# else
# define OPTIONSFILENAME ".uaerc"
# endif
#endif
#define OPTIONS_IN_HOME
#define DEFPRTNAME "lpr"
#define DEFSERNAME "/dev/ttyS1"