File:  [UNIX Amiga Emulator] / uae / amiga / source / uae-control.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:39:41 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae089, uae088, uae087, uae086, uae085, uae0829, uae0828, uae0827, uae0826, uae0825, uae0824, uae0823, uae0822, uae0821, uae0820, uae0819, uae0818, uae0817, uae0816, uae0815, uae0814, uae0813, uae0812, uae0811, uae0810, uae076, uae075, HEAD
uae-0.7.5b

/*
 * UAE - The U*nix Amiga Emulator
 *
 * UAE-Control - Emulator control from inside emulation
 *  (c) 1996 Tauno Taipaleenmaki <[email protected]>
 *  (c) 1998 Cloanto <[email protected]>
 */

#define GAD_RESET                 1
#define GAD_DEBUG                 2
#define GAD_EXITEMU               3
#define GAD_EJECT_DF0             4
#define GAD_INSERT_DF0            5
#define GAD_EJECT_DF1             6
#define GAD_INSERT_DF1            7
#define GAD_EJECT_DF2             8
#define GAD_INSERT_DF2            9
#define GAD_EJECT_DF3             10
#define GAD_INSERT_DF3            11
#define GAD_SOUND                 12
#define GAD_JOYSTICK              13
#define GAD_FRAMERATE             14
#define GAD_CHIPMEMSIZE           15
#define GAD_SLOWMEMSIZE           16
#define GAD_FASTMEMSIZE           17
#define GAD_LANGUAGE              18

#define GAD_OK       1
#define GAD_CANCEL   2
#define GAD_STRING   3

/*
 * Configuration structure
 */
struct UAE_CONFIG
{
       ULONG             version;
       ULONG             chipmemsize;
       ULONG             slowmemsize;
       ULONG             fastmemsize;
       ULONG             framerate;
       ULONG             do_output_sound;
       ULONG             do_fake_joystick;
       ULONG             keyboard;
       UBYTE             disk_in_df0;
       UBYTE             disk_in_df1;
       UBYTE             disk_in_df2;
       UBYTE             disk_in_df3;
       char              df0_name[256];
       char              df1_name[256];
       char              df2_name[256];
       char              df3_name[256];
};

unix.superglobalmegacorp.com

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