|
|
1.1 root 1: /* 1.1.1.2 ! root 2: * UAE - The U*nix Amiga Emulator ! 3: * ! 4: * UAE-Control - Emulator control from inside emulation 1.1 root 5: * (c) 1996 Tauno Taipaleenmaki <[email protected]> 1.1.1.2 ! root 6: * (c) 1998 Cloanto <[email protected]> 1.1 root 7: */ 8: 9: #define GAD_RESET 1 10: #define GAD_DEBUG 2 11: #define GAD_EXITEMU 3 12: #define GAD_EJECT_DF0 4 13: #define GAD_INSERT_DF0 5 14: #define GAD_EJECT_DF1 6 15: #define GAD_INSERT_DF1 7 16: #define GAD_EJECT_DF2 8 17: #define GAD_INSERT_DF2 9 18: #define GAD_EJECT_DF3 10 19: #define GAD_INSERT_DF3 11 20: #define GAD_SOUND 12 21: #define GAD_JOYSTICK 13 22: #define GAD_FRAMERATE 14 23: #define GAD_CHIPMEMSIZE 15 24: #define GAD_SLOWMEMSIZE 16 25: #define GAD_FASTMEMSIZE 17 26: #define GAD_LANGUAGE 18 27: 1.1.1.2 ! root 28: #define GAD_OK 1 ! 29: #define GAD_CANCEL 2 ! 30: #define GAD_STRING 3 ! 31: ! 32: /* 1.1 root 33: * Configuration structure 34: */ 35: struct UAE_CONFIG 36: { 37: ULONG version; 38: ULONG chipmemsize; 39: ULONG slowmemsize; 40: ULONG fastmemsize; 41: ULONG framerate; 42: ULONG do_output_sound; 43: ULONG do_fake_joystick; 44: ULONG keyboard; 45: UBYTE disk_in_df0; 46: UBYTE disk_in_df1; 47: UBYTE disk_in_df2; 48: UBYTE disk_in_df3; 49: char df0_name[256]; 50: char df1_name[256]; 51: char df2_name[256]; 52: char df3_name[256]; 53: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.