]> Shamusworld >> Repos - apple2/blob - src/harddrive.h
Graphical fixes for DHIRES and added CASIN emulation.
[apple2] / src / harddrive.h
1 #ifndef __HARDDRIVE_H__
2 #define __HARDDRIVE_H__
3
4 #include <stdint.h>
5
6 void InstallHardDrive(uint8_t slot);
7
8 #endif  // __HARDDRIVE_H__
9