22 #ifndef ADL_DISK_IMAGE_HELPERS_H 23 #define ADL_DISK_IMAGE_HELPERS_H 29 const char *extension;
33 { Common::kPlatformApple2,
".woz" },
34 { Common::kPlatformApple2,
".nib" },
35 { Common::kPlatformApple2,
".dsk" },
36 { Common::kPlatformApple2,
".d13" },
37 { Common::kPlatformAtari8Bit,
".xfd" },
38 { Common::kPlatformDOS,
".img" }
43 #endif // ADL_DISK_IMAGE_HELPERS_H
Definition: disk_image_helpers.h:27