OSDN Git Service

[GENERAL][BUILD] Merge upstream 2015-07-31.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc6001 / floppy.h
index ff0d3fd..78d120f 100644 (file)
@@ -119,6 +119,10 @@ public:
        {
                d_ext = device;
        }
+       DISK* get_disk_handler(int drv)
+       {
+               return disk[drv];
+       }
        void open_disk(int drv, _TCHAR* file_path, int bank);
        void close_disk(int drv);
        bool disk_inserted(int drv);