mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-17 21:04:45 +00:00
a1debc40e4
. SSC now working: PR#2 & IN#2 . etc.
11 lines
342 B
C
11 lines
342 B
C
#pragma once
|
|
|
|
bool HD_CardIsEnabled();
|
|
void HD_SetEnabled(bool bEnabled);
|
|
LPCTSTR HD_GetFullName (int drive);
|
|
VOID HD_Load_Rom(LPBYTE pCxRomPeripheral, UINT uSlot);
|
|
VOID HD_Cleanup();
|
|
BOOL HD_InsertDisk2(int nDrive, LPCTSTR pszFilename);
|
|
BOOL HD_InsertDisk(int nDrive, LPCTSTR imagefilename);
|
|
void HD_Select(int nDrive);
|