2020-11-26 21:50:06 +00:00
|
|
|
#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);
|
2020-12-12 20:49:46 +00:00
|
|
|
void InsertFloppyDisks(const UINT slot, LPSTR szImageName_drive[NUM_DRIVES], bool driveConnected[NUM_DRIVES], bool& bBoot);
|
2020-11-26 21:50:06 +00:00
|
|
|
void InsertHardDisks(LPSTR szImageName_harddisk[NUM_HARDDISKS], bool& bBoot);
|
|
|
|
void UnplugHardDiskControllerCard(void);
|
2020-11-28 15:49:19 +00:00
|
|
|
void GetAppleWindowTitle();
|
2020-11-29 21:11:05 +00:00
|
|
|
|
|
|
|
void CtrlReset();
|
|
|
|
void ResetMachineState();
|