]> Shamusworld >> Repos - apple2/blobdiff - src/harddrive.h
Fixed disk emulation to handle quarter track seeking.
[apple2] / src / harddrive.h
diff --git a/src/harddrive.h b/src/harddrive.h
new file mode 100644 (file)
index 0000000..ca833df
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __HARDDRIVE_H__
+#define __HARDDRIVE_H__
+
+#include <stdint.h>
+
+void InstallHardDrive(uint8_t slot);
+
+#endif // __HARDDRIVE_H__
+