--- hatari/src/includes/gemdos.h 2019/04/01 07:14:45 1.1.1.9 +++ hatari/src/includes/gemdos.h 2019/04/09 08:47:13 1.1.1.10 @@ -9,9 +9,9 @@ typedef struct { - char hd_emulation_dir[FILENAME_MAX]; /* hd emulation directory */ - char fs_currpath[FILENAME_MAX]; /* current path */ - int hd_letter; /* drive letter */ + char hd_emulation_dir[FILENAME_MAX]; /* hd emulation directory (Host OS) */ + char fs_currpath[FILENAME_MAX]; /* current path (Host OS) */ + int hd_letter; /* drive letter (Atari) */ } EMULATEDDRIVE; extern EMULATEDDRIVE **emudrives;