--- uae/amiga/source/uae-control.h 2018/04/24 16:38:39 1.1 +++ uae/amiga/source/uae-control.h 2018/04/24 16:39:41 1.1.1.2 @@ -1,8 +1,9 @@ /* - * UAE - The U*nix Amiga Emulator - * - * UAE-Control -- Emulator control inside emulation + * UAE - The U*nix Amiga Emulator + * + * UAE-Control - Emulator control from inside emulation * (c) 1996 Tauno Taipaleenmaki + * (c) 1998 Cloanto */ #define GAD_RESET 1 @@ -24,7 +25,11 @@ #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 @@ -46,6 +51,3 @@ struct UAE_CONFIG char df2_name[256]; char df3_name[256]; }; - - -