--- uae/src/targets/t-ascii.h 2018/04/24 16:40:10 1.1 +++ uae/src/targets/t-ascii.h 2018/04/24 16:45:01 1.1.1.3 @@ -6,6 +6,8 @@ * Copyright 1997 Bernd Schmidt */ +#define TARGET_NAME "curses" + #define OPTIONSFILENAME ".uaerc" #define OPTIONS_IN_HOME @@ -14,3 +16,4 @@ #define TARGET_SPECIAL_OPTIONS \ { "x", " -x : Reverse video (white on black)\n" }, +