robmcmullen-apple2/src/harddrive.h

10 lines
135 B
C

#ifndef __HARDDRIVE_H__
#define __HARDDRIVE_H__
#include <stdint.h>
void InstallHardDrive(uint8_t slot);
#endif // __HARDDRIVE_H__