mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-21 10:32:12 +00:00
14 lines
453 B
C
14 lines
453 B
C
#pragma once
|
|
|
|
#include "Disk.h"
|
|
#include "Harddisk.h"
|
|
|
|
|
|
void LoadConfiguration();
|
|
bool DoDiskInsert(const UINT slot, const int nDrive, LPCSTR szFileName);
|
|
bool DoHardDiskInsert(const int nDrive, LPCSTR szFileName);
|
|
void InsertFloppyDisks(const UINT slot, LPSTR szImageName_drive[NUM_DRIVES], bool& bBoot);
|
|
void InsertHardDisks(LPSTR szImageName_harddisk[NUM_HARDDISKS], bool& bBoot);
|
|
void UnplugHardDiskControllerCard(void);
|
|
void GetAppleWindowTitle();
|