AppleWin/source/Harddisk.h

11 lines
342 B
C
Raw Normal View History

2006-02-25 20:50:29 +00:00
#pragma once
bool HD_CardIsEnabled();
void HD_SetEnabled(bool bEnabled);
LPCTSTR HD_GetFullName (int drive);
VOID HD_Load_Rom(LPBYTE pCxRomPeripheral, UINT uSlot);
2006-02-25 20:50:29 +00:00
VOID HD_Cleanup();
BOOL HD_InsertDisk2(int nDrive, LPCTSTR pszFilename);
BOOL HD_InsertDisk(int nDrive, LPCTSTR imagefilename);
void HD_Select(int nDrive);