mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-02 17:08:57 +00:00
13 lines
411 B
C
13 lines
411 B
C
|
#pragma once
|
||
|
|
||
|
bool HD_CardIsEnabled();
|
||
|
void HD_SetEnabled(bool bEnabled);
|
||
|
LPCTSTR HD_GetFullName (int drive);
|
||
|
VOID HD_Load_Rom(LPBYTE lpMemRom);
|
||
|
VOID HD_Cleanup();
|
||
|
BOOL HD_InsertDisk2(int nDrive, LPCTSTR pszFilename);
|
||
|
BOOL HD_InsertDisk(int nDrive, LPCTSTR imagefilename);
|
||
|
void HD_Select(int nDrive);
|
||
|
|
||
|
BYTE __stdcall HD_IO_EMUL (WORD pc, BYTE addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
|