mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 04:08:45 +00:00
ff7c9dc185
. Add user-protection when unchecking HDD controller (as images aren't restored on a 'cancel') . Fix possible crash when removing (via Config->Disk) either Disk2 card(s5) or HDD card(s7), then cancelling during emulation . Fix m_buf[] size
14 lines
359 B
C
14 lines
359 B
C
#pragma once
|
|
|
|
#include "Disk.h"
|
|
#include "Harddisk.h"
|
|
|
|
|
|
void LoadConfiguration();
|
|
void InsertFloppyDisks(const UINT slot, LPCSTR szImageName_drive[NUM_DRIVES], bool driveConnected[NUM_DRIVES], bool& bBoot);
|
|
void InsertHardDisks(LPCSTR szImageName_harddisk[NUM_HARDDISKS], bool& bBoot);
|
|
void GetAppleWindowTitle();
|
|
|
|
void CtrlReset();
|
|
void ResetMachineState();
|