]> Shamusworld >> Repos - apple2/blobdiff - src/floppy.h
More GUI refinements, added "text" control
[apple2] / src / floppy.h
index d0207ca8fb3d26ee66ad7a26418b8215bb361182..29043439b5b1ac826c0a998dc75beb012a31d78c 100755 (executable)
@@ -27,6 +27,7 @@ class FloppyDrive
                bool SaveImageAs(const char * filename, uint8 driveNum = 0);
                void CreateBlankImage(uint8 driveNum = 0);
                void SwapImages(void);
+               const char * GetImageName(uint8 driveNum = 0);
 
                // I/O functions ($C0Ex accesses)
 
@@ -64,6 +65,7 @@ class FloppyDrive
                static uint8 header[21];
                static uint8 doSector[16];
                static uint8 poSector[16];
+               static char nameBuf[MAX_PATH];
 };
 
 #endif // __FLOPPY_H__