]> Shamusworld >> Repos - apple2/blob - src/harddrive.h
Squashed bug that crept in to config.cpp. :-(
[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