File:  [HATARI the Atari ST Emulator] / hatari / src / includes / options.h
Revision 1.1.1.9 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:58:12 2019 UTC (7 years, 1 month ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, hatari02100, HEAD
hatari 2.1.0

/*
  Hatari - options.h

  This file is distributed under the GNU General Public License, version 2
  or at your option any later version. Read the file gpl.txt for details.
*/
#ifndef HATARI_OPTIONS_H
#define HATARI_OPTIONS_H

extern bool bLoadAutoSave;
extern bool bLoadMemorySave;
extern bool AviRecordOnStartup;
extern bool BenchmarkMode;
extern int ConOutDevice;

#define CONOUT_DEVICE_NONE 127 /* valid ones are 0-7 */

extern Uint32 Opt_GetNoParachuteFlag(void);
extern bool Opt_IsAtariProgram(const char *path);
extern bool Opt_ShowError(unsigned int optid, const char *value, const char *error);
extern int Opt_ValueAlignMinMax(int value, int align, int min, int max);
extern bool Opt_ParseParameters(int argc, const char * const argv[]);
extern char *Opt_MatchOption(const char *text, int state);

#endif /* HATARI_OPTIONS_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.