removable          66 src/dps8/dps8_disk.h     bool removable;
removable          93 src/simh/sim_disk.c     uint32              removable;          /* Removable device flag */
removable         744 src/simh/sim_disk.c t_stat (*storage_function)(FILE *file, uint32 *sector_size, uint32 *removable) = NULL;
removable         857 src/simh/sim_disk.c     storage_function (uptr->fileref, &ctx->storage_sector_size, &ctx->removable);