]> Shamusworld >> Repos - apple2/blobdiff - src/floppy.h
diskwindow is *almost* usable!
[apple2] / src / floppy.h
index 29043439b5b1ac826c0a998dc75beb012a31d78c..7fe310f2a4951bc5d01f34990d8a37907bb8c701 100755 (executable)
@@ -28,6 +28,8 @@ class FloppyDrive
                void CreateBlankImage(uint8 driveNum = 0);
                void SwapImages(void);
                const char * GetImageName(uint8 driveNum = 0);
+               void EjectImage(uint8 driveNum = 0);
+               bool DriveIsEmpty(uint8 driveNum = 0);
 
                // I/O functions ($C0Ex accesses)